mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2026-02-18 23:39:34 +00:00
123
This commit is contained in:
parent
0a1147caf7
commit
3362a254ff
4 changed files with 251 additions and 211 deletions
15
lib/features/player/providers/abs_status.dart
Normal file
15
lib/features/player/providers/abs_status.dart
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
import 'package:just_audio/just_audio.dart';
|
||||
import 'package:riverpod_annotation/riverpod_annotation.dart';
|
||||
import 'package:shelfsdk/audiobookshelf_api.dart';
|
||||
|
||||
part 'abs_status.g.dart';
|
||||
|
||||
@Riverpod(keepAlive: true)
|
||||
class PlayerList extends _$PlayerList {
|
||||
@override
|
||||
List<AudioSource> build() {
|
||||
return [];
|
||||
}
|
||||
|
||||
Future<void> setAudioBook(BookExpanded book, {Duration? position}) async {}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue