Minor change.

This commit is contained in:
Stonegate 2021-01-02 16:15:42 +08:00
parent a9cca25e5c
commit c625e114ad
2 changed files with 0 additions and 5 deletions

View File

@ -265,9 +265,6 @@ class __QueueState extends State<_Queue> {
return queue.name == 'Queue'
? ReorderableListView(
onReorder: (oldIndex, newIndex) {
if (newIndex > oldIndex) {
newIndex -= 1;
}
context
.read<AudioPlayerNotifier>()
.reorderPlaylist(oldIndex, newIndex);

View File

@ -790,8 +790,6 @@ class EpisodeGrid extends StatelessWidget {
if (!isDownloaded) {
await _requestDownload(context,
episode: episodes[index]);
// downloader
// .startTask(episodes[index]);
}
}),
if (menuList.contains(5))