Read MCM CollectionNumber

This commit is contained in:
Eric Reed 2016-08-31 10:01:07 -04:00
parent 0375990d8e
commit 47ceccb240

View file

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