diff --git a/ptgdp b/ptgdp index 32096cb..643a7d7 100755 --- a/ptgdp +++ b/ptgdp @@ -375,6 +375,9 @@ playlist() { "The playlist in its entirety could not be downloaded. Ensure that youtube-dl is up to date, you have a valid internet connection, and your search queries pull up results" \ normal dialog-error 10000 elif [ -z "$_optdryrun" ]; then + if ! [ "$dlfailure" = "0" ]; then + error "Some songs failed to download" 0 + fi if [ -z "$_optdownloadonly" ]; then notify "Finished downloading playlist" \ "The playlist has been downloaded and will be added to mpd shortly"