1
0
Fork 0
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:
Michael Hollister 2025-06-25 10:21:14 -05:00
parent 1fd7b3846b
commit 5dedd13661
2 changed files with 2 additions and 0 deletions

View file

@ -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;