From aca4c2cf5cc8a698c54fea6dc058f156be32363e Mon Sep 17 00:00:00 2001 From: wood Date: Thu, 24 Oct 2019 16:15:23 +0300 Subject: [PATCH] no fullscreen by default, use profiles instead --- iptv.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/iptv.lua b/iptv.lua index e89782c..a1def34 100644 --- a/iptv.lua +++ b/iptv.lua @@ -405,7 +405,6 @@ function on_start_file() mp.commandv("stop") mp.unregister_event(on_start_file) activate() - else is_playlist_loaded = true end @@ -417,6 +416,5 @@ if mp.get_opt("iptv") then mp.register_event("start-file", on_start_file) mp.add_forced_key_binding('\\', 'activate1', activate) mp.add_forced_key_binding('MOUSE_BTN2', 'activate2', activate) - mp.set_property("fullscreen", "yes") end