🔨 Update bundle identifier

This commit is contained in:
2025-12-18 22:26:22 +08:00
parent 91902c81b5
commit 6f95c30e90
7 changed files with 15 additions and 15 deletions

View File

@@ -17,7 +17,7 @@ Future<void> main() async {
_audioHandler = await audio_service.AudioService.init(
builder: () => AudioHandler(),
config: const audio_service.AudioServiceConfig(
androidNotificationChannelId: 'dev.solsynth.groovybox.channel.audio',
androidNotificationChannelId: 'dev.solsynth.rhythmBox.channel.audio',
androidNotificationChannelName: 'GroovyBox Audio',
androidNotificationOngoing: true,
),