update to jstree 3.0.8

This commit is contained in:
Luke Pulverenti
2014-12-20 20:23:56 -05:00
parent 0a8291d39b
commit 7b0306dce7
9 changed files with 59 additions and 737 deletions

View File

@@ -10,6 +10,7 @@ namespace MediaBrowser.Model.Dto
public List<ImageType> ImageTypes { get; set; }
public int ImageTypeLimit { get; set; }
public bool EnableImages { get; set; }
public bool EnableSettings { get; set; }
public DtoOptions()
{

View File

@@ -106,11 +106,6 @@ namespace MediaBrowser.Model.Querying
/// </summary>
Metascore,
/// <summary>
/// The metadata settings
/// </summary>
Settings,
/// <summary>
/// The item overview
/// </summary>