v1.0.43
[ 1.0.43 ] - 2024/07/23
- Updated service
player_media_play_context
to correctly default theposition_ms
andoffset_position
argument values. This was causing the playlist to always start at the first track if theoffset_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 theposition_ms
argument value.