mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-08 23:33:03 +01:00
removed local trailers and special features from memory
This commit is contained in:
@@ -146,7 +146,6 @@ namespace MediaBrowser.Controller.Providers.TV
|
||||
string name = episode.Name;
|
||||
string location = episode.Path;
|
||||
|
||||
Logger.Debug("TvDbProvider: Fetching episode data for: " + name);
|
||||
string epNum = TVUtils.EpisodeNumberFromFile(location, episode.Season != null);
|
||||
|
||||
if (epNum == null)
|
||||
|
||||
Reference in New Issue
Block a user