mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-07 02:46:55 +08:00
fix wrong langue value when adding songs
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user