update now playing tabs

This commit is contained in:
Luke Pulverenti 2016-09-03 15:10:52 -04:00
parent aa56fab9b0
commit daeedb98ea

View file

@ -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);
}