Merge master

This commit is contained in:
Bnyro 2023-01-14 17:01:44 +01:00
parent 0357b736a2
commit 26f05d561a

View File

@ -66,7 +66,14 @@ object NavigationHelper {
if (PreferenceHelper.getBoolean(PreferenceKeys.AUDIO_ONLY_MODE, false)) {
BackgroundHelper.stopBackgroundPlay(context)
BackgroundHelper.playOnBackground(context, videoId.toID(), timeStamp, playlistId, channelId, keepQueue)
BackgroundHelper.playOnBackground(
context,
videoId.toID(),
timeStamp,
playlistId,
channelId,
keepQueue
)
handler.postDelayed({
startAudioPlayer(context)
}, 500)