Skip to content

Commit

Permalink
v2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomNinjaAtk authored Aug 8, 2024
1 parent 99273fd commit 9379cb5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions lidarr/TidalVideoDownloader.bash
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/with-contenv bash
scriptVersion="2.0"
scriptVersion="2.1"
scriptName="TidalVideoDownloader"

#### Import Settings
Expand All @@ -9,7 +9,10 @@ source /config/extended/functions


verifyConfig () {
videoContainer=mkv
### Import Settings
source /config/extended.conf

videoContainer=mkv

if [ "$enableVideo" != "true" ]; then
log "Script is not enabled, enable by setting enableVideo to \"true\" by modifying the \"/config/extended.conf\" config file..."
Expand Down

0 comments on commit 9379cb5

Please sign in to comment.