aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.lua5
1 files changed, 1 insertions, 4 deletions
diff --git a/main.lua b/main.lua
index 0f62464..98a4ad1 100644
--- a/main.lua
+++ b/main.lua
@@ -34,11 +34,8 @@ local sub_needed = function ()
isvideo = true
end
end
- if not isvideo then
- return false
- end
- return true
+ return isvideo
end
local sub_setup = function ()