This commit is contained in:
Luke Pulverenti 2016-08-31 15:17:22 -04:00
commit b7cd90d992

View file

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