Example #1
0
 public bool IsItASeries(string title)
 {
     return(SeriesHelper.DoesItContainSeasonAndEpisode(title));
 }