Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-02-14 21:07:56 +08:00
parent 6c3062ba2d
commit a57b4c56a5
3 changed files with 8 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ Future<VideoPlayerServiceHandler> initAudioService() async {
fastForwardInterval: Duration(seconds: 10),
rewindInterval: Duration(seconds: 10),
androidNotificationChannelDescription: 'Media notification channel',
// androidNotificationIcon: 'drawable/ic_notification_icon',
androidNotificationIcon: 'drawable/ic_notification_icon',
),
);
}