mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-06 07:48:50 +01:00
update dlna profiles
This commit is contained in:
@@ -6,8 +6,14 @@ namespace MediaBrowser.Model.Dlna.Profiles
|
||||
[XmlRoot("Profile")]
|
||||
public class AndroidProfile : DefaultProfile
|
||||
{
|
||||
public AndroidProfile(bool supportsHls,
|
||||
bool supportsMpegDash,
|
||||
public AndroidProfile()
|
||||
: this(true, true, new[] { "baseline", "constrained baseline" })
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public AndroidProfile(bool supportsHls,
|
||||
bool supportsMpegDash,
|
||||
string[] supportedH264Profiles)
|
||||
{
|
||||
Name = "Android";
|
||||
|
||||
Reference in New Issue
Block a user