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
parent e405cc9cf0
commit ffc2fb5f60
1 changed files with 1 additions and 1 deletions

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