Plex/other updates

This commit is contained in:
VineFeeder
2025-09-18 12:24:02 +01:00
parent c55326e440
commit f36edd1a9d
3 changed files with 100 additions and 3 deletions
@@ -36,7 +36,7 @@ except ImportError:
from envied.core.titles import Episode, Movie, Movies, Series
from envied.core.tracks import Chapter, Chapters, Tracks
except ImportError:
raise ImportError("PLEX service requires devine or unshackle to be installed")
raise ImportError("PLEX service requires devine, envied or unshackle to be installed")
from requests import Request