mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-02 13:58:29 +01:00
Apply review suggestions
This commit is contained in:
@@ -12,77 +12,77 @@ namespace MediaBrowser.Model.Entities
|
||||
Custom = 0,
|
||||
|
||||
/// <summary>
|
||||
/// The IMDb id.
|
||||
/// The IMDb provider.
|
||||
/// </summary>
|
||||
Imdb = 2,
|
||||
|
||||
/// <summary>
|
||||
/// The TMDb id.
|
||||
/// The TMDb provider.
|
||||
/// </summary>
|
||||
Tmdb = 3,
|
||||
|
||||
/// <summary>
|
||||
/// The TVDb id.
|
||||
/// The TVDb provider.
|
||||
/// </summary>
|
||||
Tvdb = 4,
|
||||
|
||||
/// <summary>
|
||||
/// The tvcom id.
|
||||
/// The tvcom providerd.
|
||||
/// </summary>
|
||||
Tvcom = 5,
|
||||
|
||||
/// <summary>
|
||||
/// TMDb collection id.
|
||||
/// TMDb collection provider.
|
||||
/// </summary>
|
||||
TmdbCollection = 7,
|
||||
|
||||
/// <summary>
|
||||
/// The MusicBrainz album id.
|
||||
/// The MusicBrainz album provider.
|
||||
/// </summary>
|
||||
MusicBrainzAlbum = 8,
|
||||
|
||||
/// <summary>
|
||||
/// The MusicBrainz album artist id.
|
||||
/// The MusicBrainz album artist provider.
|
||||
/// </summary>
|
||||
MusicBrainzAlbumArtist = 9,
|
||||
|
||||
/// <summary>
|
||||
/// The MusicBrainz artist id.
|
||||
/// The MusicBrainz artist provider.
|
||||
/// </summary>
|
||||
MusicBrainzArtist = 10,
|
||||
|
||||
/// <summary>
|
||||
/// The MusicBrainz release group id.
|
||||
/// The MusicBrainz release group provider.
|
||||
/// </summary>
|
||||
MusicBrainzReleaseGroup = 11,
|
||||
|
||||
/// <summary>
|
||||
/// The Zap2It id.
|
||||
/// The Zap2It provider.
|
||||
/// </summary>
|
||||
Zap2It = 12,
|
||||
|
||||
/// <summary>
|
||||
/// The TvRage id.
|
||||
/// The TvRage provider.
|
||||
/// </summary>
|
||||
TvRage = 15,
|
||||
|
||||
/// <summary>
|
||||
/// The AudioDb artist id.
|
||||
/// The AudioDb artist provider.
|
||||
/// </summary>
|
||||
AudioDbArtist = 16,
|
||||
|
||||
/// <summary>
|
||||
/// The AudioDb collection id.
|
||||
/// The AudioDb collection provider.
|
||||
/// </summary>
|
||||
AudioDbAlbum = 17,
|
||||
|
||||
/// <summary>
|
||||
/// The MusicBrainz track id.
|
||||
/// The MusicBrainz track provider.
|
||||
/// </summary>
|
||||
MusicBrainzTrack = 18,
|
||||
|
||||
/// <summary>
|
||||
/// The TvMaze id.
|
||||
/// The TvMaze provider.
|
||||
/// </summary>
|
||||
TvMaze = 19
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user