mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-23 22:25:09 -04:00
Fixed: Refactor misc text and variables in settings (#31)
Fixed: Refactor misc text and variables in settings
This commit is contained in:
@@ -170,7 +170,7 @@ namespace NzbDrone.Core.Music
|
||||
_logger.Debug("Detaching track {0} from file.", track.Id);
|
||||
track.TrackFileId = 0;
|
||||
|
||||
if (message.Reason != DeleteMediaFileReason.Upgrade && _configService.AutoUnmonitorPreviouslyDownloadedEpisodes)
|
||||
if (message.Reason != DeleteMediaFileReason.Upgrade && _configService.AutoUnmonitorPreviouslyDownloadedTracks)
|
||||
{
|
||||
track.Monitored = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user