diff --git a/handbrake_for_plex.sh b/handbrake_for_plex.sh index e83fc5d..0343a57 100755 --- a/handbrake_for_plex.sh +++ b/handbrake_for_plex.sh @@ -347,8 +347,6 @@ END_COMMENT if [ "$trash" = true ] && [[ "$OSTYPE" == "linux-gnu"* ]] && [[ $(command -v gio) != "" ]]; then echo -e "\n${italic}Move ${filename} to trash...${reset}" gio trash "$FILE" >/dev/null - else - echo -e "\n${italic}Move ${filename} to trash...${reset}" fi