Skip to content

Commit

Permalink
Fix get_webview fatal error.
Browse files Browse the repository at this point in the history
  • Loading branch information
iwalton3 committed Apr 20, 2021
1 parent 40b2ec2 commit e81ad01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jellyfin_mpv_shim/mpv_shim.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def main():
mirror = None
use_gui = False
gui_ready = None
get_webview = None
get_webview = lambda: None
if settings.enable_gui:
try:
from .gui_mgr import user_interface
Expand Down

0 comments on commit e81ad01

Please sign in to comment.