mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-03 14:28:46 +01:00
fixes #887 - Support ttml subtitle output
This commit is contained in:
@@ -124,7 +124,7 @@ namespace MediaBrowser.Server.Implementations.Udp
|
||||
{
|
||||
Address = serverAddress,
|
||||
Id = _appHost.ServerId,
|
||||
Name = _appHost.Name
|
||||
Name = _appHost.FriendlyName
|
||||
};
|
||||
|
||||
await SendAsync(Encoding.UTF8.GetBytes(_json.SerializeToString(response)), endpoint);
|
||||
|
||||
Reference in New Issue
Block a user