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