mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-08-30 12:39:26 +08:00
feat(dashboard): show monthly added music count in media statistics
- read music_count_month from dashboard statistic API and snapshot - replace the music library placeholder with the monthly addition text - drop unused dashboard.musicLibrary locale keys
This commit is contained in:
@@ -1386,6 +1386,8 @@ export interface MediaStatistic {
|
||||
tv_count_month: number
|
||||
// 本月新增剧集数量
|
||||
episode_count_month: number
|
||||
// 本月新增音乐数量
|
||||
music_count_month: number
|
||||
}
|
||||
|
||||
// 后台进程
|
||||
|
||||
Reference in New Issue
Block a user