Skip to content

Commit

Permalink
Create modified EmbyInterface for web ui
Browse files Browse the repository at this point in the history
Part of #311, modify EmbyInterface to raise HTTPExceptions on failures (not exit(1)). No longer use global info_set objects
  • Loading branch information
CollinHeist committed Mar 22, 2023
1 parent bb7c8a1 commit 13c0a58
Show file tree
Hide file tree
Showing 2 changed files with 590 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/database/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from sqlalchemy.ext.declarative import declarative_base

from app.models.preferences import Preferences
from modules.EmbyInterface import EmbyInterface
from modules.EmbyInterface2 import EmbyInterface
from modules.JellyfinInterface import JellyfinInterface
from modules.PlexInterface2 import PlexInterface
from modules.SonarrInterface2 import SonarrInterface
Expand Down
Loading

0 comments on commit 13c0a58

Please sign in to comment.