mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-12 23:45:18 +00:00
fix(linux): OS Media control not working for Flatpak #1627
This commit is contained in:
parent
d22bba5393
commit
a6e13ffc08
@ -22,8 +22,9 @@ class AudioServices {
|
||||
final mobile = kIsMobile || kIsMacOS || kIsLinux
|
||||
? await AudioService.init(
|
||||
builder: () => MobileAudioService(playback),
|
||||
config: const AudioServiceConfig(
|
||||
androidNotificationChannelId: 'com.krtirtho.Spotube',
|
||||
config: AudioServiceConfig(
|
||||
androidNotificationChannelId:
|
||||
kIsLinux ? 'spotube' : 'com.krtirtho.Spotube',
|
||||
androidNotificationChannelName: 'Spotube',
|
||||
androidNotificationOngoing: true,
|
||||
),
|
||||
|
Loading…
Reference in New Issue
Block a user