mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07: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 @@ 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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue