ensure custom css is loaded last

This commit is contained in:
Luke Pulverenti
2017-07-23 18:29:53 -04:00
parent e6b22f35e5
commit dc7a59c73a
20 changed files with 39 additions and 231 deletions

View File

@@ -440,12 +440,6 @@ namespace MediaBrowser.Model.Dto
/// <value>The tags.</value>
public List<string> Tags { get; set; }
/// <summary>
/// Gets or sets the keywords.
/// </summary>
/// <value>The keywords.</value>
public List<string> Keywords { get; set; }
/// <summary>
/// Gets or sets the primary image aspect ratio, after image enhancements.
/// </summary>

View File

@@ -15,10 +15,6 @@ namespace MediaBrowser.Model.Entities
/// </summary>
Genres,
/// <summary>
/// The keywords
/// </summary>
Keywords,
/// <summary>
/// The production locations
/// </summary>
ProductionLocations,

View File

@@ -92,11 +92,6 @@
/// </summary>
ItemCounts,
/// <summary>
/// The keywords
/// </summary>
Keywords,
/// <summary>
/// The media source count
/// </summary>