mirror of
https://github.com/stonega/tsacdop
synced 2025-01-08 05:25:45 +01:00
modified: lib/class/audiostate.dart
This commit is contained in:
parent
15ef69bbab
commit
0a0e0a45f5
@ -166,7 +166,6 @@ class AudioPlayerNotifier extends ChangeNotifier {
|
|||||||
await AudioService.connect();
|
await AudioService.connect();
|
||||||
bool running = await AudioService.running;
|
bool running = await AudioService.running;
|
||||||
if (running) {
|
if (running) {
|
||||||
print(AudioService.currentMediaItem.artUri);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user