Jellyfin: Remove episode filter as it doesnt exist in jellyfin

This commit is contained in:
Luis Garcia
2024-06-02 22:07:58 -06:00
parent 7119956ec7
commit 1a7178e32d
2 changed files with 66 additions and 73 deletions

View File

@@ -452,7 +452,7 @@ class Plex:
raise Exception(e)
def info(self) -> str:
return f"{self.plex.friendlyName}: {self.plex.version}"
return f"Plex {self.plex.friendlyName}: {self.plex.version}"
def get_users(self):
try: