diff --git a/lidarr/Video.service.bash b/lidarr/Video.service.bash index dcc7fd0..b0257f9 100644 --- a/lidarr/Video.service.bash +++ b/lidarr/Video.service.bash @@ -1,11 +1,9 @@ #!/usr/bin/env bash -scriptVersion="1.0" - -# Debugging Settings -#addFeaturedVideoArtists=true +scriptVersion="1.1" # Settings -videoFormat=bv[width>=1920]+ba +addFeaturedVideoArtists="true" +videoFormat="bv[width>=1920]+ba" log () { m_time=`date "+%F %T"` @@ -48,10 +46,6 @@ verifyApiAccess () { done } -# Debugging Settings -#addFeaturedVideoArtists=true -#videoFormat=bestvideo+best+bestaudio - if [ "$dlClientSource" = "tidal" ] || [ "$dlClientSource" = "both" ]; then sourcePreference=tidal fi