mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-15 16:33:25 -03:00
Store lyrics in the database as media streams (#9951)
This commit is contained in:
@@ -89,4 +89,9 @@ public static class Policies
|
||||
/// Policy name for accessing subtitles management.
|
||||
/// </summary>
|
||||
public const string SubtitleManagement = "SubtitleManagement";
|
||||
|
||||
/// <summary>
|
||||
/// Policy name for accessing lyric management.
|
||||
/// </summary>
|
||||
public const string LyricManagement = "LyricManagement";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user