mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Merge pull request #2110 from MediaBrowser/dev
update sony dlna profiles
This commit is contained in:
commit
a19b5e074a
@ -213,6 +213,15 @@ namespace MediaBrowser.Dlna.Profiles
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
SubtitleProfiles = new[]
|
||||||
|
{
|
||||||
|
new SubtitleProfile
|
||||||
|
{
|
||||||
|
Format = "srt",
|
||||||
|
Method = SubtitleDeliveryMethod.Embed
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
ResponseProfiles = new ResponseProfile[] { };
|
ResponseProfiles = new ResponseProfile[] { };
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -213,6 +213,15 @@ namespace MediaBrowser.Dlna.Profiles
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
SubtitleProfiles = new[]
|
||||||
|
{
|
||||||
|
new SubtitleProfile
|
||||||
|
{
|
||||||
|
Format = "srt",
|
||||||
|
Method = SubtitleDeliveryMethod.Embed
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
ResponseProfiles = new ResponseProfile[] { };
|
ResponseProfiles = new ResponseProfile[] { };
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -201,6 +201,15 @@ namespace MediaBrowser.Dlna.Profiles
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
SubtitleProfiles = new[]
|
||||||
|
{
|
||||||
|
new SubtitleProfile
|
||||||
|
{
|
||||||
|
Format = "srt",
|
||||||
|
Method = SubtitleDeliveryMethod.Embed
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
ResponseProfiles = new ResponseProfile[] { };
|
ResponseProfiles = new ResponseProfile[] { };
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -201,6 +201,15 @@ namespace MediaBrowser.Dlna.Profiles
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
SubtitleProfiles = new[]
|
||||||
|
{
|
||||||
|
new SubtitleProfile
|
||||||
|
{
|
||||||
|
Format = "srt",
|
||||||
|
Method = SubtitleDeliveryMethod.Embed
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
ResponseProfiles = new ResponseProfile[] { };
|
ResponseProfiles = new ResponseProfile[] { };
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -81,5 +81,7 @@
|
|||||||
</CodecProfile>
|
</CodecProfile>
|
||||||
</CodecProfiles>
|
</CodecProfiles>
|
||||||
<ResponseProfiles />
|
<ResponseProfiles />
|
||||||
<SubtitleProfiles />
|
<SubtitleProfiles>
|
||||||
|
<SubtitleProfile format="srt" method="Embed" />
|
||||||
|
</SubtitleProfiles>
|
||||||
</Profile>
|
</Profile>
|
@ -81,5 +81,7 @@
|
|||||||
</CodecProfile>
|
</CodecProfile>
|
||||||
</CodecProfiles>
|
</CodecProfiles>
|
||||||
<ResponseProfiles />
|
<ResponseProfiles />
|
||||||
<SubtitleProfiles />
|
<SubtitleProfiles>
|
||||||
|
<SubtitleProfile format="srt" method="Embed" />
|
||||||
|
</SubtitleProfiles>
|
||||||
</Profile>
|
</Profile>
|
@ -79,5 +79,7 @@
|
|||||||
</CodecProfile>
|
</CodecProfile>
|
||||||
</CodecProfiles>
|
</CodecProfiles>
|
||||||
<ResponseProfiles />
|
<ResponseProfiles />
|
||||||
<SubtitleProfiles />
|
<SubtitleProfiles>
|
||||||
|
<SubtitleProfile format="srt" method="Embed" />
|
||||||
|
</SubtitleProfiles>
|
||||||
</Profile>
|
</Profile>
|
@ -79,5 +79,7 @@
|
|||||||
</CodecProfile>
|
</CodecProfile>
|
||||||
</CodecProfiles>
|
</CodecProfiles>
|
||||||
<ResponseProfiles />
|
<ResponseProfiles />
|
||||||
<SubtitleProfiles />
|
<SubtitleProfiles>
|
||||||
|
<SubtitleProfile format="srt" method="Embed" />
|
||||||
|
</SubtitleProfiles>
|
||||||
</Profile>
|
</Profile>
|
Loading…
x
Reference in New Issue
Block a user