diff --git a/lib/local_storage/sqflite_localpodcast.dart b/lib/local_storage/sqflite_localpodcast.dart index 4e0642b..be128c7 100644 --- a/lib/local_storage/sqflite_localpodcast.dart +++ b/lib/local_storage/sqflite_localpodcast.dart @@ -1215,7 +1215,7 @@ class DBHelper { } } } - return episodes; + return episodes.toSet().toList(); } Future> getDownloadedEpisode(int mode,