This commit is contained in:
rang 2025-12-01 15:35:30 +08:00
commit f9a49f4473
2 changed files with 3 additions and 1 deletions

View file

@ -25,6 +25,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;