add new sync methods

This commit is contained in:
Luke Pulverenti
2014-12-15 00:16:23 -05:00
parent ed31b883f4
commit e92e036574
21 changed files with 169 additions and 59 deletions

View File

@@ -1708,7 +1708,7 @@ namespace MediaBrowser.Server.Implementations.Library
public int? GetSeasonNumberFromPath(string path)
{
return SeriesResolver.GetSeasonNumberFromPath(path);
return SeriesResolver.GetSeasonNumberFromPath(path, CollectionType.TvShows);
}
public int? GetSeasonNumberFromEpisodeFile(string path)