diff options
author | sinanmohd <sinan@sinanmohd.com> | 2023-11-27 19:13:35 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2023-11-27 19:13:35 +0530 |
commit | a30a250c87c0641ee1267107689fba3c6ca7fc8e (patch) | |
tree | 95b5c8bfad954c6b71ca2180f646e7b169de1fda | |
parent | 349f2d2f8a402036d230fd3554ba1ecdb01d1fa7 (diff) |
mpv: clean up
-rw-r--r-- | main.lua | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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 () |