using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace NzbDrone.Core.MetadataSource.PreDB { class PreDBResult { public string Title { get; set; } public string Link { get; set; } } }