Skip to content

Commit

Permalink
remove(xseed/client): remove unsupported media types
Browse files Browse the repository at this point in the history
  • Loading branch information
zakkarry authored and bakerboy448 committed Jul 22, 2024
1 parent 2d8c38d commit 7a421eb
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions xseed.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,25 +66,6 @@ detect_application() {
fi
# shellcheck disable=SC2154 # These are set by Starr on call
eventType="$sonarr_eventtype"
elif [ -n "$lidarr_eventtype" ]; then
app="lidarr"
# shellcheck disable=SC2154 # These are set by Starr on call
clientID="$lidarr_download_client"
# shellcheck disable=SC2154 # These are set by Starr on call
filePath="$lidarr_artist_path"
# shellcheck disable=SC2154 # These are set by Starr on call
downloadID="$lidarr_download_id"
# shellcheck disable=SC2154 # These are set by Starr on call
eventType="$lidarr_eventtype"
elif [ -n "$readarr_eventtype" ]; then
app="readarr"
# shellcheck disable=SC2154 # These are set by Starr on call
clientID="$readarr_download_client"
# shellcheck disable=SC2154 # These are set by Starr on call
filePath="$readarr_author_path"
# shellcheck disable=SC2154 # These are set by Starr on call
downloadID="$readarr_download_id"
eventType="$readarr_eventtype"
fi
[ "$app" == "unknown" ] && {
echo "Unknown application type detected. Exiting."
Expand Down

0 comments on commit 7a421eb

Please sign in to comment.