File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Grab both the two `.lua`s from the [**releases page**](https://github.com/TheAMM
2121
2222For example:
2323 * Linux/Unix/Mac: ` ~/.config/mpv/scripts/mpv_thumbnail_script_server.lua ` & ` ~/.config/mpv/scripts/mpv_thumbnail_script_client_osc.lua `
24- * Windows: ` %APPDATA%\Roaming\ mpv\scripts\mpv_thumbnail_script_server.lua ` & ` %APPDATA%\Roaming \mpv\scripts\mpv_thumbnail_script_client_osc.lua `
24+ * Windows: ` %APPDATA%\mpv\scripts\mpv_thumbnail_script_server.lua ` & ` %APPDATA%\mpv\scripts\mpv_thumbnail_script_client_osc.lua `
2525
2626(See the [ Files section] ( https://mpv.io/manual/master/#files ) in mpv's manual for more info.)
2727
@@ -58,7 +58,7 @@ To adjust the script's options, create a file called `mpv_thumbnail_script.conf`
5858
5959For example:
6060 * Linux/Unix/Mac: ` ~/.config/mpv/lua-settings/mpv_thumbnail_script.conf `
61- * Windows: ` %APPDATA%\Roaming\ mpv\lua-settings\mpv_thumbnail_script.conf `
61+ * Windows: ` %APPDATA%\mpv\lua-settings\mpv_thumbnail_script.conf `
6262
6363(See the [ Files section] ( https://mpv.io/manual/master/#files ) in mpv's manual for more info.)
6464
You can’t perform that action at this time.
0 commit comments