Change AlbumSearchCommand to public to resolve error when searching (#74)

This commit is contained in:
Daniel Underwood 2017-08-28 22:37:59 -04:00 committed by Qstick
commit ffc2fb5f60

View file

@ -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; }