This commit is contained in:
jxxghp 2024-01-06 08:31:07 +08:00
parent c632cfd6b9
commit 2c8a41ebad

View File

@ -124,7 +124,7 @@ class Plex(metaclass=Singleton):
path=library.locations, path=library.locations,
type=library_type, type=library_type,
image_list=image_list, image_list=image_list,
link=f"{self._playhost or self._host}#!/media/{self._plex.machineIdentifier}" link=f"{self._playhost or self._host}web/index.html#!/media/{self._plex.machineIdentifier}"
f"/com.plexapp.plugins.library?source={library.key}" f"/com.plexapp.plugins.library?source={library.key}"
) )
) )