mirror of
https://onedev.site.tesses.net/tytd2025
synced 2026-02-08 09:45:44 +00:00
Fix thumbnail error
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user