Correct transition reason

This commit is contained in:
birdbird 2023-05-29 08:11:09 +00:00
parent 448fdb70b0
commit 7a453dbd30

View File

@ -505,7 +505,7 @@ class JukeboxMediaPlayer : JukeboxUnimplementedFunctions(), Player {
listeners.queueEvent(Player.EVENT_MEDIA_ITEM_TRANSITION) {
it.onMediaItemTransition(
currentMedia,
Player.MEDIA_ITEM_TRANSITION_REASON_SEEK
Player.MEDIA_ITEM_TRANSITION_REASON_AUTO
)
}
}