fix wrong langue value when adding songs

This commit is contained in:
2024-11-21 00:53:15 +08:00
parent 45bc8485b3
commit 537ea7bbe6
52 changed files with 46594 additions and 394 deletions

View File

@@ -72,7 +72,7 @@ export interface AccountInfo extends UserInfo {
nextSendEmailTime?: number
isServerFetcherOnline: boolean
blackList: UserBasicInfo[]
biliBlackList: { [key: number]: string }
biliBlackList: { [key: string]: string }
streamerInfo?: StreamerModel
biliUserAuthInfo?: BiliAuthModel
}