mod: change package name

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-01-21 18:24:53 +08:00
parent bd3809f996
commit c4ede14c1a
7 changed files with 10 additions and 10 deletions

View File

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