Merge branch 'develop'

This commit is contained in:
James Barnsley
2023-10-24 19:34:52 +13:00

View File

@ -32,6 +32,7 @@ elif [[ $1 = "local_scan" ]]; then
SCAN=$(mopidy --config $IRIS_CONFIG_LOCATION local scan)
else
SCAN=$(mopidy --config /config/mopidy.conf local scan)
fi
else
SCAN=$(sudo mopidyctl local scan)
fi