namespace MediaBrowser.Controller.Entities { public interface IHasSeries { /// /// Gets the name of the series. /// /// The name of the series. string SeriesName { get; } } }