mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-31 21:08:27 +01:00
Store lyrics in the database as media streams (#9951)
This commit is contained in:
@@ -28,6 +28,11 @@ namespace MediaBrowser.Model.Entities
|
||||
/// <summary>
|
||||
/// The data.
|
||||
/// </summary>
|
||||
Data
|
||||
Data,
|
||||
|
||||
/// <summary>
|
||||
/// The lyric.
|
||||
/// </summary>
|
||||
Lyric
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user