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