mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-02 05:48:47 +01:00
add new sync methods
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user