From 340aaf7173eadacdf9902cfe34d579b7149c8c66 Mon Sep 17 00:00:00 2001 From: stonegate Date: Wed, 14 Oct 2020 00:07:13 +0800 Subject: [PATCH] Fixed bug. --- lib/local_storage/sqflite_localpodcast.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,