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(() => {
|
return promise.then(() => {
|
||||||
cancelPlayback();
|
cancelPlayback();
|
||||||
loading.hide();
|
loading.hide();
|
||||||
|
console.error(`No player found for the requested media: ${item.Url}`);
|
||||||
showPlaybackInfoErrorMessage(self, 'ErrorPlayerNotFound');
|
showPlaybackInfoErrorMessage(self, 'ErrorPlayerNotFound');
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue