mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 19:03:28 +00:00
16 lines
562 B
Diff
16 lines
562 B
Diff
|
diff --git a/jellyfin_mpv_shim/conf.py b/jellyfin_mpv_shim/conf.py
|
||
|
index 0ab9326..ccedc17 100644
|
||
|
--- a/jellyfin_mpv_shim/conf.py
|
||
|
+++ b/jellyfin_mpv_shim/conf.py
|
||
|
@@ -88,8 +88,8 @@ class Settings(object):
|
||
|
"sync_revert_seek": True,
|
||
|
"sync_osd_message": True,
|
||
|
"screenshot_menu": True,
|
||
|
- "check_updates": True,
|
||
|
- "notify_updates": True,
|
||
|
+ "check_updates": False,
|
||
|
+ "notify_updates": False,
|
||
|
"lang": None,
|
||
|
"desktop_scale": 1.0,
|
||
|
}
|