mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-20 21:54:25 -04:00
New: Add/remove individual albums
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace NzbDrone.Core.MetadataSource
|
||||
{
|
||||
public interface ISearchForNewEntity
|
||||
{
|
||||
List<Object> SearchForNewEntity(string title);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user