Sfoglia il codice sorgente

Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser

Luke Pulverenti 11 anni fa
parent
commit
e65726e6f9
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      MediaBrowser.Controller/Providers/BaseItemXmlParser.cs

+ 1 - 0
MediaBrowser.Controller/Providers/BaseItemXmlParser.cs

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