using System.Collections.Generic; using NzbDrone.Core.Tv; namespace NzbDrone.Core.MetadataSource { public interface ISearchForNewSeries { List SearchForNewSeries(string title); } }