mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-25 19:44:43 +01:00
update music user data key
This commit is contained in:
@@ -207,7 +207,8 @@ namespace MediaBrowser.Model.Configuration
|
||||
public bool DownloadImagesInAdvance { get; set; }
|
||||
|
||||
public bool EnableAnonymousUsageReporting { get; set; }
|
||||
|
||||
public bool EnableStandaloneMusicKeys { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="ServerConfiguration" /> class.
|
||||
/// </summary>
|
||||
|
||||
@@ -206,12 +206,6 @@ namespace MediaBrowser.Model.Dto
|
||||
/// <value>The short overview.</value>
|
||||
public string ShortOverview { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the name of the TMDB collection.
|
||||
/// </summary>
|
||||
/// <value>The name of the TMDB collection.</value>
|
||||
public string TmdbCollectionName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the taglines.
|
||||
/// </summary>
|
||||
|
||||
@@ -235,11 +235,6 @@
|
||||
/// </summary>
|
||||
VoteCount,
|
||||
|
||||
/// <summary>
|
||||
/// The TMDB collection name
|
||||
/// </summary>
|
||||
TmdbCollectionName,
|
||||
|
||||
/// <summary>
|
||||
/// The trailer url of the item
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user