mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Add collection id as set by MCM
This commit is contained in:
parent
065a8ea21e
commit
3fb9570a99
@ -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))
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user