Bladeren bron

auto-organize updates

Luke Pulverenti 9 jaren geleden
bovenliggende
commit
3d97d50541
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      MediaBrowser.Server.Implementations/FileOrganization/EpisodeFileOrganizer.cs

+ 1 - 1
MediaBrowser.Server.Implementations/FileOrganization/EpisodeFileOrganizer.cs

@@ -547,7 +547,7 @@ namespace MediaBrowser.Server.Implementations.FileOrganization
 
             if (series == null)
             {
-                SmartMatchInfo info = options.SmartMatchInfos.FirstOrDefault(e => e.MatchStrings.Contains(seriesName, StringComparer.OrdinalIgnoreCase));
+                SmartMatchInfo info = options.SmartMatchInfos.FirstOrDefault(e => e.MatchStrings.Contains(nameWithoutYear, StringComparer.OrdinalIgnoreCase));
 
                 if (info != null)
                 {