Skip next & prev

This commit is contained in:
2024-08-28 00:04:45 +08:00
parent 7e7df4dc46
commit 5a53fc7268
5 changed files with 30 additions and 6 deletions

View File

@ -32,7 +32,7 @@ class SourcedTrackProvider extends GetxController {
sourcedTrack.value = await SourcedTrack.fetchFromTrack(track: track);
if (isCurrentTrack) query.isQueryingTrackInfo.value = false;
query.isQueryingTrackInfo.value = false;
return sourcedTrack.value;
}