fix mediaserver

This commit is contained in:
jxxghp
2023-09-30 15:27:01 +08:00
parent d1841d8f15
commit b3f4a6f251
7 changed files with 8 additions and 8 deletions

View File

@ -326,7 +326,7 @@ class Plex(metaclass=Singleton):
break
return ids
def get_items(self, parent: str) -> Generator[Optional[schemas.MediaServerItem]]:
def get_items(self, parent: str) -> Generator:
"""
获取媒体服务器所有媒体库列表
"""