mirror of
https://github.com/libre-tube/LibreTube.git
synced 2024-12-14 22:30:30 +05:30
Merge master
This commit is contained in:
parent
0357b736a2
commit
26f05d561a
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user