feat(mediaserver): add item count to media library details across multiple servers

This commit is contained in:
jxxghp
2026-06-29 21:37:58 +08:00
parent 302d8bbf5c
commit 4d30dee74c
7 changed files with 8 additions and 0 deletions
+1
View File
@@ -152,6 +152,7 @@ class Plex:
name=library.title,
path=library.locations,
type=library_type,
item_count=self.get_items_count(library.key),
image_list=image_list,
link=f"{self._playhost or self._host}web/index.html#!/media/{self._plex.machineIdentifier}"
f"/com.plexapp.plugins.library?source={library.key}&X-Plex-Token={self._token}",