mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-21 22:04:31 -04:00
Back to a stable build. Fixedtrackrepo.findtracks
This commit is contained in:
@@ -87,7 +87,7 @@ namespace NzbDrone.Core.MediaFiles
|
||||
return;
|
||||
}
|
||||
|
||||
_logger.ProgressInfo("Scanning disk for {0}", artist.ArtistName);
|
||||
_logger.ProgressInfo("Scanning disk for {0}", artist.Name);
|
||||
|
||||
if (!_diskProvider.FolderExists(artist.Path))
|
||||
{
|
||||
@@ -136,7 +136,7 @@ namespace NzbDrone.Core.MediaFiles
|
||||
|
||||
private void CompletedScanning(Artist artist)
|
||||
{
|
||||
_logger.Info("Completed scanning disk for {0}", artist.ArtistName);
|
||||
_logger.Info("Completed scanning disk for {0}", artist.Name);
|
||||
_eventAggregator.PublishEvent(new ArtistScannedEvent(artist));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user