Merge pull request #2090 from softworkz/TvMazePrep

Core server preparation for new "TV Maze Provider Plugin"
This commit is contained in:
Luke
2016-08-24 18:48:48 -04:00
committed by GitHub
5 changed files with 33 additions and 1 deletions

View File

@@ -39,6 +39,7 @@ namespace MediaBrowser.Model.Entities
TvRage = 15,
AudioDbArtist = 16,
AudioDbAlbum = 17,
MusicBrainzTrack = 18
MusicBrainzTrack = 18,
TvMaze = 19
}
}