mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Read MCM CollectionNumber
This commit is contained in:
parent
0375990d8e
commit
47ceccb240
@ -768,6 +768,7 @@ namespace MediaBrowser.Controller.Providers
|
||||
break;
|
||||
|
||||
case "TMDbCollectionId":
|
||||
case "CollectionNumber":
|
||||
var tmdbCollection = reader.ReadElementContentAsString();
|
||||
if (!string.IsNullOrWhiteSpace(tmdbCollection))
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user