tmdb增加轮询

This commit is contained in:
mtvpls
2025-12-31 01:21:34 +08:00
parent 2a7d68bf84
commit 69c45352cc
6 changed files with 85 additions and 28 deletions
+1
View File
@@ -183,6 +183,7 @@ export class DbManager {
enabledApis?: string[];
created_at: number;
playrecord_migrated?: boolean;
favorite_migrated?: boolean;
} | null> {
if (typeof (this.storage as any).getUserInfoV2 === 'function') {
return (this.storage as any).getUserInfoV2(userName);