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,7 +908,7 @@ class TYTD.Downloader {
|
||||
this.Mutex.Lock();
|
||||
var db = this.OpenDB();
|
||||
var res = Sqlite.Exec(db, "SELECT * FROM subscriptions;");
|
||||
Sqlite.Close(res);
|
||||
Sqlite.Close(db);
|
||||
//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();
|
||||
|
||||
Reference in New Issue
Block a user