mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-02-05 04:02:26 +00:00
Read MCM CollectionNumber
This commit is contained in:
@@ -768,6 +768,7 @@ namespace MediaBrowser.Controller.Providers
|
||||
break;
|
||||
|
||||
case "TMDbCollectionId":
|
||||
case "CollectionNumber":
|
||||
var tmdbCollection = reader.ReadElementContentAsString();
|
||||
if (!string.IsNullOrWhiteSpace(tmdbCollection))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user