Clean up codacy issues

This commit is contained in:
Daniel Underwood
2017-08-03 23:42:24 -04:00
parent ad911edfb1
commit 11095f7c83
15 changed files with 27 additions and 235 deletions
@@ -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;