mod: update about

This commit is contained in:
bggRGjQaUbCoE
2024-10-01 07:29:27 +08:00
parent 5b2412ae5b
commit 212342e285
11 changed files with 64 additions and 144 deletions

View File

@@ -10,7 +10,7 @@ Future<VideoPlayerServiceHandler> initAudioService() async {
return await AudioService.init(
builder: () => VideoPlayerServiceHandler(),
config: const AudioServiceConfig(
androidNotificationChannelId: 'com.orz12.PiliPalaX.audio',
androidNotificationChannelId: 'com.example.pilipalax.audio',
androidNotificationChannelName: 'Audio Service PiliPalaX',
androidNotificationOngoing: true,
androidStopForegroundOnPause: true,