mpvScripts.simple-mpv-webui: Fix scriptName

This commit is contained in:
nicoo 2023-12-12 10:19:43 +00:00
parent ad95e2989d
commit 14f0b7d744

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";