fix typo
This commit is contained in:
parent
16f32bdcdd
commit
e87ac7a437
1 changed files with 1 additions and 1 deletions
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue