1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Print error

This commit is contained in:
Dmitry Lyzo 2021-09-06 18:45:52 +03:00
parent fa1d270a2f
commit ae2e1ef836

View file

@ -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');
});
}