mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
reject play access validation promise
This commit is contained in:
parent
5fbe3be254
commit
3c847cfc6d
@ -34,7 +34,7 @@ class PlayAccessValidation {
|
|||||||
return Promise.reject();
|
return Promise.reject();
|
||||||
}
|
}
|
||||||
|
|
||||||
return showErrorMessage();
|
return showErrorMessage().finally(Promise.reject);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user