From 2c8a41ebad716f79307d67a08ef33431b3bdb6e5 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Sat, 6 Jan 2024 08:31:07 +0800 Subject: [PATCH] fix #1316 --- app/modules/plex/plex.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/modules/plex/plex.py b/app/modules/plex/plex.py index 5eaf6464..dae7a458 100644 --- a/app/modules/plex/plex.py +++ b/app/modules/plex/plex.py @@ -124,7 +124,7 @@ class Plex(metaclass=Singleton): path=library.locations, type=library_type, 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}" ) )