feat:放开媒体库类型控制

This commit is contained in:
jxxghp
2025-02-06 11:45:10 +08:00
parent 89d917e487
commit 3d947f712c
3 changed files with 10 additions and 8 deletions

View File

@@ -155,7 +155,7 @@ class Emby:
case "tvshows":
library_type = MediaType.TV.value
case _:
continue
library_type = MediaType.UNKNOWN.value
image = self.__get_local_image_by_id(library.get("Id"))
libraries.append(
schemas.MediaServerLibrary(