update now playing tabs
This commit is contained in:
parent
aa56fab9b0
commit
daeedb98ea
|
@ -64,7 +64,7 @@ namespace MediaBrowser.Controller.Entities
|
||||||
|
|
||||||
info.IsLocalTrailer = TrailerTypes.Contains(TrailerType.LocalTrailer);
|
info.IsLocalTrailer = TrailerTypes.Contains(TrailerType.LocalTrailer);
|
||||||
|
|
||||||
if (!IsInMixedFolder)
|
if (!IsInMixedFolder && LocationType == LocationType.FileSystem)
|
||||||
{
|
{
|
||||||
info.Name = System.IO.Path.GetFileName(ContainingFolderPath);
|
info.Name = System.IO.Path.GetFileName(ContainingFolderPath);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user