mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-27 22:56:45 -04:00
Clean up codacy issues
This commit is contained in:
@@ -285,7 +285,6 @@ namespace NzbDrone.Core.IndexerSearch
|
||||
{
|
||||
var spec = new TSpec();
|
||||
|
||||
album = _albumService.GetAlbum(album.Id);
|
||||
spec.Album = album;
|
||||
spec.Artist = _artistService.GetArtist(album.ArtistId);
|
||||
spec.UserInvokedSearch = userInvokedSearch;
|
||||
|
||||
Reference in New Issue
Block a user