Add collection id as set by MCM

This commit is contained in:
Eric Reed 2013-12-13 09:18:00 -05:00
parent 065a8ea21e
commit 3fb9570a99

View file

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