Change visibility of ArtistSearchCommand and ArtistSearchService due to test build error

pull/18/head
Daniel Underwood 7 years ago
parent 8bde4b660c
commit ea6b4b1389

@ -2,7 +2,7 @@
namespace NzbDrone.Core.IndexerSearch namespace NzbDrone.Core.IndexerSearch
{ {
class ArtistSearchCommand : Command public class ArtistSearchCommand : Command
{ {
public int ArtistId { get; set; } public int ArtistId { get; set; }

@ -5,7 +5,7 @@ using NzbDrone.Core.Messaging.Commands;
namespace NzbDrone.Core.IndexerSearch namespace NzbDrone.Core.IndexerSearch
{ {
class ArtistSearchService : IExecute<ArtistSearchCommand> public class ArtistSearchService : IExecute<ArtistSearchCommand>
{ {
private readonly ISearchForNzb _nzbSearchService; private readonly ISearchForNzb _nzbSearchService;
private readonly IProcessDownloadDecisions _processDownloadDecisions; private readonly IProcessDownloadDecisions _processDownloadDecisions;

Loading…
Cancel
Save