mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-02-09 17:35:15 +00:00
Change AlbumSearchCommand to public to resolve error when searching (#74)
This commit is contained in:
@@ -3,7 +3,7 @@ using NzbDrone.Core.Messaging.Commands;
|
||||
|
||||
namespace NzbDrone.Core.IndexerSearch
|
||||
{
|
||||
class AlbumSearchCommand : Command
|
||||
public class AlbumSearchCommand : Command
|
||||
{
|
||||
public List<int> AlbumIds { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user