fixes #605 - Add manual image selection for Series

This commit is contained in:
Luke Pulverenti
2013-11-04 15:49:36 -05:00
parent 14dbfc0962
commit 403534f80e
14 changed files with 376 additions and 263 deletions

View File

@@ -111,7 +111,7 @@ namespace MediaBrowser.Providers.TV
return;
}
var seriesDataPath = RemoteSeriesProvider.GetSeriesDataPath(_config.ApplicationPaths, tvdbId);
var seriesDataPath = TvdbSeriesProvider.GetSeriesDataPath(_config.ApplicationPaths, tvdbId);
var episodeFiles = Directory.EnumerateFiles(seriesDataPath, "*.xml", SearchOption.TopDirectoryOnly)
.Select(Path.GetFileNameWithoutExtension)