Add collection id as set by MCM

pull/702/head
Eric Reed 11 years ago
parent 065a8ea21e
commit 3fb9570a99

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

Loading…
Cancel
Save