Skip to content

v1.0.43

Compare
Choose a tag to compare
@thlucas1 thlucas1 released this 23 Jul 18:42
· 5 commits to master since this release

[ 1.0.43 ] - 2024/07/23

  • Updated service player_media_play_context to correctly default the position_ms and offset_position argument values. This was causing the playlist to always start at the first track if the offset_position argument value was not supplied. This manifested itself when shuffle was enabled, as the playlist should have started at a random track and was not doing so.
  • Updated service player_media_play_tracks to correctly default the position_ms argument value.