mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 15:38:19 +08:00
feat(dashboard): 媒体统计新增音乐本月新增数量
- monthly_media_statistics 纳入音乐整理记录,按曲目计数并按媒体 ID 去重 - Statistic 新增 music_count_month 字段,仪表板统计接口一并返回
This commit is contained in:
@@ -24,6 +24,8 @@ class Statistic(BaseModel):
|
||||
tv_count_month: Optional[int] = 0
|
||||
# 本月新增剧集数量
|
||||
episode_count_month: Optional[int] = 0
|
||||
# 本月新增音乐数量
|
||||
music_count_month: Optional[int] = 0
|
||||
|
||||
|
||||
class Storage(BaseModel):
|
||||
|
||||
Reference in New Issue
Block a user