mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-08-05 13:17:54 +08:00
feat(mediaserver): add item count to media library details across multiple servers
This commit is contained in:
@@ -568,6 +568,7 @@ class Ugreen:
|
||||
name=lib_name,
|
||||
type=library_type,
|
||||
path=lib_path,
|
||||
item_count=lib.get("video_count") or 0,
|
||||
image_list=image_list,
|
||||
link=self.__build_root_url(),
|
||||
server_type="ugreen",
|
||||
|
||||
Reference in New Issue
Block a user