Skip to content

Commit

Permalink
Add missing config option for raise_mpv.
Browse files Browse the repository at this point in the history
  • Loading branch information
iwalton3 committed Jun 11, 2022
1 parent 3448201 commit 86ce396
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jellyfin_mpv_shim/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ class Settings(SettingsBase):
lang_filter_audio: bool = False
force_set_played: bool = False
screenshot_dir: Optional[str] = get_default_sdir()
raise_mpv: bool = True

def __get_file(self, path: str, mode: str = "r", create: bool = True):
created = False
Expand Down

0 comments on commit 86ce396

Please sign in to comment.