Fixed bug.
This commit is contained in:
parent
cb86151caf
commit
340aaf7173
|
@ -1215,7 +1215,7 @@ class DBHelper {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return episodes;
|
return episodes.toSet().toList();
|
||||||
}
|
}
|
||||||
|
|
||||||
Future<List<EpisodeBrief>> getDownloadedEpisode(int mode,
|
Future<List<EpisodeBrief>> getDownloadedEpisode(int mode,
|
||||||
|
|
Loading…
Reference in New Issue