mpvScripts.simple-mpv-webui: Drop superfluous .lua suffix in scriptName

This commit is contained in:
nicoo 2023-12-12 17:28:44 +00:00
parent a4dd202be5
commit ffd4482a7d

View File

@ -13,7 +13,7 @@ buildLua rec {
};
scriptPath = ".";
passthru.scriptName = "webui.lua";
passthru.scriptName = "webui";
meta = with lib; {
description = "A web based user interface with controls for the mpv mediaplayer";