mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-20 15:55:25 +03:00
update dlna profiles
This commit is contained in:
@@ -134,6 +134,11 @@ namespace MediaBrowser.Controller.MediaEncoding
|
||||
if (data.format != null)
|
||||
{
|
||||
info.Format = data.format.format_name;
|
||||
|
||||
if (!string.IsNullOrEmpty(data.format.bit_rate))
|
||||
{
|
||||
info.TotalBitrate = int.Parse(data.format.bit_rate, UsCulture);
|
||||
}
|
||||
}
|
||||
|
||||
return info;
|
||||
|
||||
Reference in New Issue
Block a user