mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 13:33:34 -07:00
Change AlbumSearchCommand to public to resolve error when searching (#74)
This commit is contained in:
parent
e405cc9cf0
commit
ffc2fb5f60
1 changed files with 1 additions and 1 deletions
|
@ -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; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue