mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fixed code smell
This commit is contained in:
parent
10470e24a5
commit
ffa9f2093b
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ function transferPlayback(oldPlayer, newPlayer) {
|
|||
return;
|
||||
}
|
||||
|
||||
const playlist = playbackManager.getPlaylist(oldPlayer).then(playlist => {
|
||||
playbackManager.getPlaylist(oldPlayer).then(playlist => {
|
||||
const playlistIds = playlist.map(x => x.Id);
|
||||
const playState = state.PlayState || {};
|
||||
const resumePositionTicks = playState.PositionTicks || 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue