mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-31 04:48:27 +01:00
Store lyrics in the database as media streams (#9951)
This commit is contained in:
@@ -92,6 +92,12 @@ namespace MediaBrowser.Model.Users
|
||||
[DefaultValue(false)]
|
||||
public bool EnableSubtitleManagement { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets a value indicating whether this user can manage lyrics.
|
||||
/// </summary>
|
||||
[DefaultValue(false)]
|
||||
public bool EnableLyricManagement { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets a value indicating whether this instance is disabled.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user