Commit 48eb357d authored by nicoo's avatar nicoo
Browse files

mpvScripts.mpv-playlistmanager: Update `postPatch`

Issue found by `--replace-fail` on `substituteInPlace`.
parent e6cf49e0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ buildLua rec {

  postPatch = ''
    substituteInPlace playlistmanager.lua \
      --replace-fail 'youtube_dl_executable = "youtube-dl",' \
      --replace-fail 'youtube_dl_executable = "yt-dlp",' \
      'youtube_dl_executable = "${lib.getExe yt-dlp}"',
  '';