From dd4ce4f417f29e0d90b5179f3def268dbfc44f2d Mon Sep 17 00:00:00 2001 From: Jason Krause Date: Fri, 31 May 2024 11:53:05 -0600 Subject: [PATCH] spelling corrections --- lidarr/Audio.service.bash | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lidarr/Audio.service.bash b/lidarr/Audio.service.bash index 17d48c5..7ae5be9 100644 --- a/lidarr/Audio.service.bash +++ b/lidarr/Audio.service.bash @@ -178,7 +178,7 @@ Configuration () { log "Beets Tagging Disabled" fi - log "Failed Download Attempt Theshold: $failedDownloadAttemptThreshold" + log "Failed Download Attempt Threshold: $failedDownloadAttemptThreshold" } @@ -828,7 +828,7 @@ ProcessWithBeets () { fi if [ ! -f "/config/extended/logs/downloaded/musicbrainz_matched/$matchedTagsAlbumReleaseGroupId" ]; then - log "$page :: $wantedAlbumListSource :: $processNumber of $wantedListAlbumTotal :: $lidarrArtistName :: $lidarrAlbumTitle :: $lidarrAlbumType :: Marking MusicBrainz Release Group ($matchedTagsAlbumReleaseGroupId) as succesfully downloaded..." + log "$page :: $wantedAlbumListSource :: $processNumber of $wantedListAlbumTotal :: $lidarrArtistName :: $lidarrAlbumTitle :: $lidarrAlbumType :: Marking MusicBrainz Release Group ($matchedTagsAlbumReleaseGroupId) as successfully downloaded..." touch "/config/extended/logs/downloaded/musicbrainz_matched/$matchedTagsAlbumReleaseGroupId" fi @@ -1108,7 +1108,7 @@ GetMissingCutOffList () { rm /config/extended/cache/notfound.txt /config/extended/cache/tocheck.txt lidarrCutoffRecords=$(ls /config/extended/cache/lidarr/list/*-cutoff 2>/dev/null | wc -l) - log "$page :: cutoff :: ${lidarrCutoffRecords} ablums found to process!" + log "$page :: cutoff :: ${lidarrCutoffRecords} albums found to process!" wantedListAlbumTotal=$lidarrCutoffRecords if [ ${lidarrCutoffRecords} -gt 0 ]; then