mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-23 22:25:09 -04:00
Remove Series MediaFile Commands
This commit is contained in:
@@ -194,9 +194,9 @@ namespace NzbDrone.Core.MediaFiles
|
||||
|
||||
public void Execute(RescanArtistCommand message)
|
||||
{
|
||||
if (message.ArtistId.IsNotNullOrWhiteSpace())
|
||||
if (message.ArtistId.HasValue)
|
||||
{
|
||||
var artist = _artistService.FindById(message.ArtistId);
|
||||
var artist = _artistService.GetArtist(message.ArtistId.Value);
|
||||
Scan(artist);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user