Explorar o código

update now playing tabs

Luke Pulverenti %!s(int64=8) %!d(string=hai) anos
pai
achega
daeedb98ea
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      MediaBrowser.Controller/Entities/Trailer.cs

+ 1 - 1
MediaBrowser.Controller/Entities/Trailer.cs

@@ -64,7 +64,7 @@ namespace MediaBrowser.Controller.Entities
 
             info.IsLocalTrailer = TrailerTypes.Contains(TrailerType.LocalTrailer);
 
-            if (!IsInMixedFolder)
+            if (!IsInMixedFolder && LocationType == LocationType.FileSystem)
             {
                 info.Name = System.IO.Path.GetFileName(ContainingFolderPath);
             }