Don't clear queue when entering audio mode

This commit is contained in:
Bnyro 2023-01-14 11:53:13 +01:00
parent abaf262cfb
commit 552131bd2c

View File

@ -581,8 +581,7 @@ class PlayerFragment : BaseFragment(), OnlinePlayerOptions {
saveWatchPosition() saveWatchPosition()
// clear the playing queue and release the player // release the player
PlayingQueue.resetToDefaults()
nowPlayingNotification.destroySelfAndPlayer() nowPlayingNotification.destroySelfAndPlayer()
activity?.requestedOrientation = activity?.requestedOrientation =