diff --git a/app/modules/plex/plex.py b/app/modules/plex/plex.py index b392a2ae..5a2f4b32 100644 --- a/app/modules/plex/plex.py +++ b/app/modules/plex/plex.py @@ -788,7 +788,7 @@ class Plex: # 合并排序 for hub in hubs: - for item in hub.items: + for item in hub.items(): sub_result.append(item) sub_result.sort(key=lambda x: x.addedAt, reverse=True) diff --git a/version.py b/version.py index 733a53ae..bc712442 100644 --- a/version.py +++ b/version.py @@ -1,2 +1,2 @@ -APP_VERSION = 'v2.5.9' -FRONTEND_VERSION = 'v2.5.9' +APP_VERSION = 'v2.5.9-1' +FRONTEND_VERSION = 'v2.5.9-1'