mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Added SampleRate metadata parsing
This commit is contained in:
parent
0ff432ea4e
commit
bbbe6164dc
@ -355,6 +355,10 @@ namespace MediaBrowser.Controller.Xml
|
||||
stream.IsDefault = reader.ReadElementContentAsString() == "True";
|
||||
break;
|
||||
|
||||
case "SamplingRate":
|
||||
stream.SampleRate = reader.ReadIntSafe();
|
||||
break;
|
||||
|
||||
case "BitRate":
|
||||
stream.BitRate = reader.ReadIntSafe();
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user