mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-08-28 03:27:31 +08:00
fix plex
This commit is contained in:
@@ -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
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user