mirror of
https://github.com/Readarr/Readarr
synced 2026-01-16 20:43:23 +01:00
Change visibility of ArtistSearchCommand and ArtistSearchService due to test build error
This commit is contained in:
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; }
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
namespace NzbDrone.Core.IndexerSearch
|
||||
{
|
||||
class ArtistSearchService : IExecute<ArtistSearchCommand>
|
||||
public class ArtistSearchService : IExecute<ArtistSearchCommand>
|
||||
{
|
||||
private readonly ISearchForNzb _nzbSearchService;
|
||||
private readonly IProcessDownloadDecisions _processDownloadDecisions;
|
||||
|
|
|
|||
Loading…
Reference in a new issue