fix #1945
This commit is contained in:
parent
59b9dc354e
commit
44cd5f52e0
@ -138,10 +138,10 @@ class Jellyfin:
|
|||||||
case _:
|
case _:
|
||||||
continue
|
continue
|
||||||
image = self.__get_local_image_by_id(library.get("Id"))
|
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')}" \
|
f"/movies.html?topParentId={library.get('Id')}" \
|
||||||
if library_type == MediaType.MOVIE.value \
|
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')}"
|
f"/tv.html?topParentId={library.get('Id')}"
|
||||||
libraries.append(
|
libraries.append(
|
||||||
schemas.MediaServerLibrary(
|
schemas.MediaServerLibrary(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user