mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-15 18:08:53 -07:00
Merge branch 'dev' of https://github.com/MediaBrowser/MediaBrowser
This commit is contained in:
commit
1c54b1e530
@ -107,6 +107,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 New Issue
Block a user