mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update components
This commit is contained in:
parent
6fb6168107
commit
dc02d75161
2 changed files with 12 additions and 7 deletions
|
@ -972,7 +972,7 @@
|
|||
|
||||
self.getPlayerState = function () {
|
||||
|
||||
return Promise.resolve(self.getPlayerStateInternal());
|
||||
return Promise.resolve(self.getPlayerStateInternal() || {});
|
||||
};
|
||||
|
||||
function normalizePrimaryImage(state) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue