We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcb54e4 commit a2287c3Copy full SHA for a2287c3
utils/jellyfin.py
@@ -14,6 +14,7 @@ class JellyfinClient:
14
"tvMiniSeries": ["Program", "Series"],
15
"tvMovie": ["Movie", "TvProgram", "Episode"],
16
"video": ["Movie", "TvProgram", "Episode", "Series"],
17
+ "show": ["Program", "Series"],
18
}
19
20
def __init__(self, server_url: str, api_key: str, user_id: str):
0 commit comments