1.4 Fix typo in sma config path

This commit is contained in:
RandomNinjaAtk 2023-07-15 17:30:07 -04:00 committed by GitHub
parent 6a5b4bb43a
commit 8e337eb3ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
#!/usr/bin/env bash #!/usr/bin/env bash
scriptVersion="1.3" scriptVersion="1.4"
arrEventType="$sonarr_eventtype" arrEventType="$sonarr_eventtype"
arrItemId=$sonarr_series_id arrItemId=$sonarr_series_id
tmdbApiKey="3b7751e3179f796565d88fdb2fcdf426" tmdbApiKey="3b7751e3179f796565d88fdb2fcdf426"
@ -178,7 +178,7 @@ DownloadExtras () {
continue continue
fi fi
if python3 /usr/local/sma/manual.py --config "/config/extended/sma.ini " -i "$finalPath/$finalFileName.mkv" -nt &>/dev/null; then if python3 /usr/local/sma/manual.py --config "/config/extended/sma.ini" -i "$finalPath/$finalFileName.mkv" -nt &>/dev/null; then
sleep 0.01 sleep 0.01
log "$itemTitle :: $i of $tmdbVideosListDataIdsCount :: $tmdbExtraType :: $tmdbExtraTitle :: Processed with SMA..." log "$itemTitle :: $i of $tmdbVideosListDataIdsCount :: $tmdbExtraType :: $tmdbExtraTitle :: Processed with SMA..."
rm /usr/local/sma/config/*log* rm /usr/local/sma/config/*log*