added game xml provider

This commit is contained in:
Luke Pulverenti
2013-08-13 10:51:26 -04:00
parent 3481d0d8e7
commit 9b167174ad
6 changed files with 101 additions and 12 deletions

View File

@@ -278,6 +278,7 @@ namespace MediaBrowser.Controller.Providers
case "ContentRating":
case "certification":
case "MPAARating":
case "ESRBRating":
{
var rating = reader.ReadElementContentAsString();
@@ -475,6 +476,7 @@ namespace MediaBrowser.Controller.Providers
case "Rating":
case "IMDBrating":
case "TGDBRating":
{
var rating = reader.ReadElementContentAsString();