From 44cd5f52e0c2bc3d48c463683d00d8bb6f8d1d34 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Wed, 24 Apr 2024 10:25:45 +0800 Subject: [PATCH] fix #1945 --- app/modules/jellyfin/jellyfin.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/modules/jellyfin/jellyfin.py b/app/modules/jellyfin/jellyfin.py index 471d2862..f1a4d5b8 100644 --- a/app/modules/jellyfin/jellyfin.py +++ b/app/modules/jellyfin/jellyfin.py @@ -138,10 +138,10 @@ class Jellyfin: case _: continue image = self.__get_local_image_by_id(library.get("Id")) - link = f"{self._playhost or self._host}web/index.html#" \ + link = f"{self._playhost or self._host}web/index.html#!" \ f"/movies.html?topParentId={library.get('Id')}" \ if library_type == MediaType.MOVIE.value \ - else f"{self._playhost or self._host}web/index.html#" \ + else f"{self._playhost or self._host}web/index.html#!" \ f"/tv.html?topParentId={library.get('Id')}" libraries.append( schemas.MediaServerLibrary(