rollback size

This commit is contained in:
jxxghp
2025-07-11 08:34:02 +08:00
parent a3adf867b7
commit b9cb781a4e
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1176,7 +1176,7 @@ class Emby:
logger.error(f"连接Users/Items/Resume出错:" + str(e))
return []
def get_latest(self, num: Optional[int] = 22, username: Optional[str] = None) -> Optional[List[schemas.MediaServerPlayItem]]:
def get_latest(self, num: Optional[int] = 20, username: Optional[str] = None) -> Optional[List[schemas.MediaServerPlayItem]]:
"""
获得最近更新
"""