mpvScripts.mpv-playlistmanager: Simplify after buildLua change

This commit is contained in:
nicoo 2023-11-11 22:30:59 +00:00
parent 4db7046b7f
commit 6b2a19c707

View File

@ -17,8 +17,6 @@ buildLua rec {
'youtube_dl_executable = "${lib.getBin yt-dlp}/bin/yt-dlp"',
'';
scriptPath = "playlistmanager.lua";
meta = with lib; {
description = "Mpv lua script to create and manage playlists";
homepage = "https://github.com/jonniek/mpv-playlistmanager";