1 Commits
v3.0 ... master

Author SHA1 Message Date
e87ac7a437 fix typo 2024-07-28 17:33:45 -04:00

View File

@ -8,7 +8,7 @@ put this script into your ~/.config/mpv/scripts/ directory:
-- install eat-it on startup -- install eat-it on startup
local mp = require("mp") local mp = require("mp")
local utils = require("mp.utils") local utils = require("mp.utils")
local path = mp.comand_native({ "expand-path", "~~/scripts/eat-it" }) local path = mp.command_native({ "expand-path", "~~/scripts/eat-it" })
if not utils.readdir(path) then if not utils.readdir(path) then
mp.command_native_async({ mp.command_native_async({