mirror of
https://gitlab.com/futo-org/fcast.git
synced 2025-08-02 23:37:01 +00:00
Receivers: Fix playlist index offset on initialization
This commit is contained in:
parent
1fd7b3846b
commit
5dedd13661
2 changed files with 2 additions and 0 deletions
|
@ -372,6 +372,7 @@ function onPlayPlaylist(_event, value: PlaylistContent) {
|
|||
value.items[offset].time, volume, speed, value.items[offset].headers, value.items[offset].metadata
|
||||
);
|
||||
|
||||
playlistIndex = offset;
|
||||
isMediaItem = true;
|
||||
cachedPlayMediaItem = value.items[offset];
|
||||
playItemCached = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue