mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-17 21:25:39 -04:00
Change visibility of ArtistSearchCommand and ArtistSearchService due to test build error
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
namespace NzbDrone.Core.IndexerSearch
|
||||
{
|
||||
class ArtistSearchCommand : Command
|
||||
public class ArtistSearchCommand : Command
|
||||
{
|
||||
public int ArtistId { get; set; }
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ using NzbDrone.Core.Messaging.Commands;
|
||||
|
||||
namespace NzbDrone.Core.IndexerSearch
|
||||
{
|
||||
class ArtistSearchService : IExecute<ArtistSearchCommand>
|
||||
public class ArtistSearchService : IExecute<ArtistSearchCommand>
|
||||
{
|
||||
private readonly ISearchForNzb _nzbSearchService;
|
||||
private readonly IProcessDownloadDecisions _processDownloadDecisions;
|
||||
|
||||
Reference in New Issue
Block a user