mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
fix typo
Signed-off-by: gnattu <gnattuoc@me.com>
This commit is contained in:
parent
e31c6d3934
commit
29d5344ba7
@ -28,7 +28,7 @@ namespace MediaBrowser.Model.Dlna
|
|||||||
[XmlAttribute("container")]
|
[XmlAttribute("container")]
|
||||||
public string Container { get; set; }
|
public string Container { get; set; }
|
||||||
|
|
||||||
[XmlAttribute("container")]
|
[XmlAttribute("subcontainer")]
|
||||||
public string SubContainer { get; set; }
|
public string SubContainer { get; set; }
|
||||||
|
|
||||||
public string[] GetCodecs()
|
public string[] GetCodecs()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user