mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-02-05 12:22:08 +01:00
support multiple orgPn values
This commit is contained in:
parent
095379c25b
commit
e15ea55b56
1 changed files with 1 additions and 1 deletions
|
|
@ -164,7 +164,7 @@ namespace MediaBrowser.Model.Dlna
|
|||
|
||||
if (mediaProfile != null && !string.IsNullOrEmpty(mediaProfile.OrgPn))
|
||||
{
|
||||
orgPnValues.Add(mediaProfile.OrgPn);
|
||||
orgPnValues.AddRange(mediaProfile.OrgPn.Split(','));
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue