mirror of
https://github.com/libre-tube/LibreTube.git
synced 2024-12-13 22:00:30 +05:30
Merge pull request #6740 from Bnyro/master
fix: don't show audio player when tapping video player notification
This commit is contained in:
commit
91bda84d58
@ -175,7 +175,7 @@ abstract class AbstractPlayerService : MediaLibraryService(), MediaLibrarySessio
|
||||
|
||||
val notificationProvider = NowPlayingNotification(
|
||||
this,
|
||||
backgroundOnly = true,
|
||||
backgroundOnly = isAudioOnlyPlayer,
|
||||
offlinePlayer = isOfflinePlayer,
|
||||
intentActivity = intentActivity
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user