This commit is contained in:
jxxghp
2025-07-10 22:48:08 +08:00
parent d52cbd2f74
commit a3adf867b7
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -528,7 +528,7 @@ class TrimeMedia:
ret_resume.append(self.__build_media_server_play_item(item))
return ret_resume
def get_latest(self, num=20) -> Optional[List[schemas.MediaServerPlayItem]]:
def get_latest(self, num=22) -> Optional[List[schemas.MediaServerPlayItem]]:
"""
获取最近更新列表
"""