示例#1
0
 public Task <TvShowEpisode> GetTvShowEpisode(string filePath)
 {
     return(_engine.GetTvShowEpisode(filePath));
 }