This commit is contained in:
rang 2025-11-30 00:56:16 +08:00
parent 4cc556db03
commit 561a583cd7
2 changed files with 19 additions and 13 deletions

View file

@ -33,6 +33,8 @@ Future<AbsAudioHandler> audioHandlerInit(Ref ref) async {
androidStopForegroundOnPause: false,
androidNotificationIcon: 'drawable/ic_stat_logo',
preloadArtwork: true,
// fastForwardInterval: Duration(seconds: 20),
// rewindInterval: Duration(seconds: 20),
),
);
return audioService;