Fix thumbnail error

This commit is contained in:
2025-12-28 20:56:21 -06:00
parent c3144e7483
commit 9c3d8ed2aa

View File

@@ -908,6 +908,7 @@ class TYTD.Downloader {
this.Mutex.Lock();
var db = this.OpenDB();
var res = Sqlite.Exec(db, "SELECT * FROM subscriptions;");
Sqlite.Close(res);
//Sqlite.Exec(db,"CREATE TABLE IF NOT EXISTS subscriptions (id INTEGER PRIMARY KEY AUTOINCREMENT, channelId TEXT UNIQUE ON CONFLICT REPLACE, bell TEXT);");
this.Mutex.Unlock();
@@ -944,7 +945,6 @@ class TYTD.Downloader {
break;
case SubscriptionBell.BellHigh:
notify = true;
break;
case SubscriptionBell.DownloadHigh:
downloadRes = Resolution.MKV;
break;