1
0
mirror of https://github.com/stonega/tsacdop synced 2025-01-05 19:47:56 +01:00

modified: lib/class/audiostate.dart

This commit is contained in:
stonegate 2020-04-01 17:43:25 +08:00
parent 15ef69bbab
commit 0a0e0a45f5

View File

@ -166,7 +166,6 @@ class AudioPlayerNotifier extends ChangeNotifier {
await AudioService.connect();
bool running = await AudioService.running;
if (running) {
print(AudioService.currentMediaItem.artUri);
}
}