Fixed bug.

This commit is contained in:
stonegate 2020-10-14 00:07:13 +08:00
parent cb86151caf
commit 340aaf7173
1 changed files with 1 additions and 1 deletions

View File

@ -1215,7 +1215,7 @@ class DBHelper {
} }
} }
} }
return episodes; return episodes.toSet().toList();
} }
Future<List<EpisodeBrief>> getDownloadedEpisode(int mode, Future<List<EpisodeBrief>> getDownloadedEpisode(int mode,