summaryrefslogtreecommitdiff
path: root/main.lua
diff options
context:
space:
mode:
Diffstat (limited to 'main.lua')
-rw-r--r--main.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.lua b/main.lua
index 489d698..12c7f4d 100644
--- a/main.lua
+++ b/main.lua
@@ -17,7 +17,7 @@ local script_dir = mp.get_script_directory()
local state = _state.new()
-local downloader = _downloader.new()
+local downloader = _downloader.new({limit = 5})
local xc = _xc.new({
server = mp.get_opt('iptv_menu.xc_server'),
user = mp.get_opt('iptv_menu.xc_user'),