mirror of
https://github.com/nostrlabs-io/zap-stream-flutter.git
synced 2025-06-15 11:48:21 +00:00
feat: improve notifications
This commit is contained in:
@ -28,7 +28,7 @@ Future<void> main() async {
|
||||
builder: () => MainPlayer(),
|
||||
config: AudioServiceConfig(
|
||||
androidNotificationChannelId: "io.nostrlabs.zap_stream_flutter.player",
|
||||
androidNotificationChannelName: "player",
|
||||
androidNotificationChannelName: "Player Status",
|
||||
androidNotificationOngoing: true
|
||||
),
|
||||
);
|
||||
|
Reference in New Issue
Block a user