mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Print error
This commit is contained in:
parent
fa1d270a2f
commit
ae2e1ef836
1 changed files with 1 additions and 0 deletions
|
@ -2245,6 +2245,7 @@ class PlaybackManager {
|
|||
return promise.then(() => {
|
||||
cancelPlayback();
|
||||
loading.hide();
|
||||
console.error(`No player found for the requested media: ${item.Url}`);
|
||||
showPlaybackInfoErrorMessage(self, 'ErrorPlayerNotFound');
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue