diff options
author | Squibid <me@zacharyscheiman.com> | 2024-07-28 17:33:45 -0400 |
---|---|---|
committer | Squibid <me@zacharyscheiman.com> | 2024-07-28 17:33:45 -0400 |
commit | e87ac7a437a3a06d0e3eb8087f5d377a045e5e8b (patch) | |
tree | c20987eeb854dcc367a5ae47f04634bb62ed678f | |
parent | 16f32bdcdd10c3dc95519b5f0ab4d6818b3a3bfe (diff) | |
download | eat-it-master.tar.gz eat-it-master.tar.bz2 eat-it-master.zip |
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 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({ |