refactor: change directory structure to support mpv 0.32 and lower

This commit is contained in:
tomasklaen
2022-10-27 12:09:54 +02:00
parent b2ffc26195
commit 4399904bba
22 changed files with 46 additions and 30 deletions

View File

@@ -0,0 +1,5 @@
--[[
File required for compatibility between mpv:
- 0.32 - doesn't support `dir/main.lua`, so we need `uosc.lua` in root
- 0.33 - requires `main.lua` in directories
]]