From dc7a59c73a1e163f122780bdd8a5ca6cad96eb06 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sun, 23 Jul 2017 18:29:53 -0400 Subject: [PATCH] ensure custom css is loaded last --- Emby.Server.Core/ApplicationHost.cs | 70 +++++++++---------- .../Data/SqliteItemRepository.cs | 40 ----------- Emby.Server.Implementations/Dto/DtoService.cs | 5 -- .../Session/SessionManager.cs | 1 - MediaBrowser.Api/ItemUpdateService.cs | 2 - MediaBrowser.Api/SimilarItemsHelper.cs | 8 --- MediaBrowser.Controller/Entities/BaseItem.cs | 7 -- .../Entities/InternalItemsQuery.cs | 2 - .../Entities/KeywordExtensions.cs | 21 ------ MediaBrowser.Controller/Entities/Trailer.cs | 1 - .../MediaBrowser.Controller.csproj | 1 - .../Parsers/BaseItemXmlParser.cs | 51 -------------- .../Savers/BaseXmlSaver.cs | 13 ---- MediaBrowser.Model/Dto/BaseItemDto.cs | 6 -- MediaBrowser.Model/Entities/MetadataFields.cs | 4 -- MediaBrowser.Model/Querying/ItemFields.cs | 5 -- .../Manager/ProviderUtils.cs | 8 --- .../Movies/GenericMovieDbInfo.cs | 8 +-- .../Parsers/BaseNfoParser.cs | 11 --- .../Savers/BaseNfoSaver.cs | 6 -- 20 files changed, 39 insertions(+), 231 deletions(-) delete mode 100644 MediaBrowser.Controller/Entities/KeywordExtensions.cs diff --git a/Emby.Server.Core/ApplicationHost.cs b/Emby.Server.Core/ApplicationHost.cs index 04309e7f4..584706e4f 100644 --- a/Emby.Server.Core/ApplicationHost.cs +++ b/Emby.Server.Core/ApplicationHost.cs @@ -434,41 +434,41 @@ namespace Emby.Server.Core var result = new JsonSerializer(FileSystemManager, LogManager.GetLogger("JsonSerializer")); - ServiceStack.Text.JsConfig.ExcludePropertyNames = new[] { "ProviderIds", "ImageInfos", "ProductionLocations", "ThemeSongIds", "ThemeVideoIds", "TotalBitrate", "Taglines", "Keywords", "ExtraType" }; - ServiceStack.Text.JsConfig.ExcludePropertyNames = new[] { "ProviderIds", "ImageInfos", "ProductionLocations", "ThemeSongIds", "ThemeVideoIds", "TotalBitrate", "Taglines", "Keywords", "ExtraType" }; - ServiceStack.Text.JsConfig.ExcludePropertyNames = new[] { "ProviderIds", "ImageInfos", "ProductionLocations", "ThemeSongIds", "ThemeVideoIds", "TotalBitrate", "Taglines", "Keywords", "ExtraType" }; - ServiceStack.Text.JsConfig.ExcludePropertyNames = new[] { "Artists", "AlbumArtists", "ChannelMediaSources", "ProviderIds", "ImageInfos", "ProductionLocations", "ThemeSongIds", "ThemeVideoIds", "TotalBitrate", "Taglines", "Keywords", "ExtraType" }; - ServiceStack.Text.JsConfig.ExcludePropertyNames = new[] { "ProviderIds", "ImageInfos", "ProductionLocations", "ThemeSongIds", "ThemeVideoIds", "TotalBitrate", "Taglines", "Keywords", "ExtraType" }; - ServiceStack.Text.JsConfig