This commit is contained in:
jxxghp
2025-06-29 08:27:48 +08:00
parent 634e5a4c55
commit f3cfc5b9f0
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -788,7 +788,7 @@ class Plex:
# 合并排序 # 合并排序
for hub in hubs: for hub in hubs:
for item in hub.items: for item in hub.items():
sub_result.append(item) sub_result.append(item)
sub_result.sort(key=lambda x: x.addedAt, reverse=True) sub_result.sort(key=lambda x: x.addedAt, reverse=True)
+2 -2
View File
@@ -1,2 +1,2 @@
APP_VERSION = 'v2.5.9' APP_VERSION = 'v2.5.9-1'
FRONTEND_VERSION = 'v2.5.9' FRONTEND_VERSION = 'v2.5.9-1'