mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update script dependencies
This commit is contained in:
parent
bd8391a61c
commit
b53f6c1d3f
17 changed files with 225 additions and 239 deletions
|
@ -1598,7 +1598,7 @@ define(['appSettings', 'userSettings', 'appStorage'], function (appSettings, use
|
|||
NowPlayingItem: state.NowPlayingItem
|
||||
};
|
||||
|
||||
info = $.extend(info, state.PlayState);
|
||||
info = Object.assign(info, state.PlayState);
|
||||
console.log('repeat mode ' + info.RepeatMode);
|
||||
ApiClient.reportPlaybackProgress(info);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue