This commit is contained in:
Luke Pulverenti 2013-12-13 10:48:53 -05:00
commit e65726e6f9

View file

@ -676,6 +676,7 @@ namespace MediaBrowser.Controller.Providers
break;
case "TMDbCollectionId":
case "CollectionNumber":
var tmdbCollection = reader.ReadElementContentAsString();
if (!string.IsNullOrWhiteSpace(tmdbCollection))
{