diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-09-03 15:10:52 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-09-03 15:10:52 -0400 |
| commit | daeedb98ea1ebc59c768ef16ccfdc19b752eea4d (patch) | |
| tree | 07b110627d2aa752f66147be6163cb64bc2c27ae | |
| parent | aa56fab9b0f75af008baed4b93b08bc95701f040 (diff) | |
update now playing tabs
| -rw-r--r-- | MediaBrowser.Controller/Entities/Trailer.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Entities/Trailer.cs b/MediaBrowser.Controller/Entities/Trailer.cs index 306ce35ec..7a987a68e 100644 --- a/MediaBrowser.Controller/Entities/Trailer.cs +++ b/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); } |
