Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
e87ac7a437
|
@ -8,7 +8,7 @@ put this script into your ~/.config/mpv/scripts/ directory:
|
||||
-- install eat-it on startup
|
||||
local mp = require("mp")
|
||||
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
|
||||
mp.command_native_async({
|
||||
|
Reference in New Issue
Block a user