1.0.172 - bug fix...

pull/16/head
RandomNinjaAtk 3 years ago committed by GitHub
parent 0063464d12
commit 416b0c6b0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,5 +1,5 @@
#!/usr/bin/env bash
scriptVersion="1.0.171"
scriptVersion="1.0.172"
lidarrUrlBase="$(cat /config/config.xml | xq | jq -r .Config.UrlBase)"
if [ "$lidarrUrlBase" = "null" ]; then
lidarrUrlBase=""
@ -916,7 +916,7 @@ GetMissingCutOffList () {
mkdir -p /config/extended/cache/lidarr/list
# Get missing album list
if [] $searchSort = date ]; then
if [ $searchSort = date ]; then
searchOrder=releaseDate
searchDirection=descending
fi

Loading…
Cancel
Save