mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-28 16:00:31 +05:30
fix: don't show audio player when tapping video player notification
This commit is contained in:
parent
ddefae98cd
commit
7edf38f467
@ -175,7 +175,7 @@ abstract class AbstractPlayerService : MediaLibraryService(), MediaLibrarySessio
|
||||
|
||||
val notificationProvider = NowPlayingNotification(
|
||||
this,
|
||||
backgroundOnly = true,
|
||||
backgroundOnly = isAudioOnlyPlayer,
|
||||
offlinePlayer = isOfflinePlayer,
|
||||
intentActivity = intentActivity
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user