mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-28 10:45:20 +02:00
commit
37185a577d
1 changed files with 8 additions and 0 deletions
|
|
@ -99,6 +99,14 @@ namespace MediaBrowser.Dlna.Profiles
|
|||
Type = DlnaProfileType.Audio
|
||||
},
|
||||
|
||||
new DirectPlayProfile
|
||||
{
|
||||
Container = "m4a",
|
||||
AudioCodec = "aac",
|
||||
VideoCodec = "",
|
||||
Type = DlnaProfileType.Audio
|
||||
},
|
||||
|
||||
new DirectPlayProfile
|
||||
{
|
||||
Container = "jpeg",
|
||||
|
|
|
|||
Loading…
Reference in a new issue