adding stubs for rotten tomatoes

This commit is contained in:
Luke Pulverenti
2013-04-24 20:58:56 -04:00
parent 9fb1e8c00f
commit 2d5f8a3edf
6 changed files with 246 additions and 1 deletions

View File

@@ -25,6 +25,10 @@ namespace MediaBrowser.Model.Entities
/// <summary>
/// MusicBrainz
/// </summary>
Musicbrainz
Musicbrainz,
/// <summary>
/// The rotten tomatoes
/// </summary>
RottenTomatoes
}
}