Browse Source

yt-dlp-gui - delete `exit 0` from script

master
Sergey Kiselev 2 months ago
parent
commit
b254999d4a
  1. 2
      yt-dlp-gui

2
yt-dlp-gui

@ -177,8 +177,6 @@ sub _play {
{ exec ($cmd) }; print STDERR "Couldn't exec mpv: $!";
$wnd->destroy();
exit 0;
}
}

Loading…
Cancel
Save