mirror of
https://github.com/jellyfin/jellyfin-mpv-shim.git
synced 2024-11-23 22:19:42 +00:00
Fix get_webview fatal error.
This commit is contained in:
parent
40b2ec2a79
commit
e81ad0182f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user