12 lines
159 B
C#
12 lines
159 B
C#
|
|
namespace MediaBrowser.Model.Entities
|
|
{
|
|
public enum MetadataProviders
|
|
{
|
|
Imdb,
|
|
Tmdb,
|
|
Tvdb,
|
|
Tvcom
|
|
}
|
|
}
|