diff --git a/src/renderer/store/songList/state.ts b/src/renderer/store/songList/state.ts index 222584b5..24d2d7d4 100644 --- a/src/renderer/store/songList/state.ts +++ b/src/renderer/store/songList/state.ts @@ -38,7 +38,7 @@ type Tags = Partial> export const tags = shallowReactive({}) export declare interface ListInfoItem { - play_count: string + playCountInfo: { count: number, language: string } id: string author: string name: string @@ -106,7 +106,7 @@ export const listDetailInfo = reactive({ }) export const selectListInfo = markRaw({ - play_count: '', + playCountInfo: { count: 0, language: 'play_count_none' }, id: '', author: '', name: '',