mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-29 08:20:32 +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(
|
val notificationProvider = NowPlayingNotification(
|
||||||
this,
|
this,
|
||||||
backgroundOnly = true,
|
backgroundOnly = isAudioOnlyPlayer,
|
||||||
offlinePlayer = isOfflinePlayer,
|
offlinePlayer = isOfflinePlayer,
|
||||||
intentActivity = intentActivity
|
intentActivity = intentActivity
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user