mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2026-02-16 14:29:35 +00:00
123
This commit is contained in:
parent
4cc556db03
commit
561a583cd7
2 changed files with 19 additions and 13 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue