Change visibility of ArtistSearchCommand and ArtistSearchService due to test build error

This commit is contained in:
Daniel Underwood
2017-08-03 23:08:24 -04:00
parent 8bde4b660c
commit ea6b4b1389
2 changed files with 2 additions and 2 deletions
@@ -2,7 +2,7 @@
namespace NzbDrone.Core.IndexerSearch
{
class ArtistSearchCommand : Command
public class ArtistSearchCommand : Command
{
public int ArtistId { get; set; }