mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-08 03:06:20 +00:00
Add recording metadata provider
This commit is contained in:
@@ -84,6 +84,11 @@ namespace MediaBrowser.Model.Entities
|
||||
/// <summary>
|
||||
/// The TvMaze provider.
|
||||
/// </summary>
|
||||
TvMaze = 19
|
||||
TvMaze = 19,
|
||||
|
||||
/// <summary>
|
||||
/// The MusicBrainz recording provider.
|
||||
/// </summary>
|
||||
MusicBrainzRecording = 20,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user