From f3cfc5b9f04539cc57db3b86040370e8c10aa088 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Sun, 29 Jun 2025 08:27:48 +0800 Subject: [PATCH] fix plex --- app/modules/plex/plex.py | 2 +- version.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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'