mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-22 22:14:44 -04:00
@@ -0,0 +1,10 @@
|
||||
using System.Collections.Generic;
|
||||
using NzbDrone.Core.Music;
|
||||
|
||||
namespace NzbDrone.Core.MetadataSource
|
||||
{
|
||||
public interface ISearchForNewArtist
|
||||
{
|
||||
List<Artist> SearchForNewArtist(string title);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user