Преглед изворни кода

Merge branch 'dev' of https://github.com/MediaBrowser/Emby into dev

Luke Pulverenti пре 9 година
родитељ
комит
403ac43b4f
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      MediaBrowser.Providers/BoxSets/MovieDbBoxSetProvider.cs

+ 1 - 1
MediaBrowser.Providers/BoxSets/MovieDbBoxSetProvider.cs

@@ -190,7 +190,7 @@ namespace MediaBrowser.Providers.BoxSets
 
             cancellationToken.ThrowIfCancellationRequested();
 
-            if (mainResult != null && string.IsNullOrEmpty(mainResult.overview))
+            if (mainResult != null && string.IsNullOrEmpty(mainResult.name))
             {
                 if (!string.IsNullOrEmpty(language) && !string.Equals(language, "en", StringComparison.OrdinalIgnoreCase))
                 {