mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-27 12:31:57 +00:00
update now playing tabs
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user