Bump version to 1.13
This commit is contained in:
parent
625b080752
commit
f54adc6b94
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "restreamer-ui",
|
||||
"version": "1.12.0",
|
||||
"bundle": "restreamer-v2.10.0",
|
||||
"version": "1.13.0",
|
||||
"bundle": "restreamer-v2.11.0",
|
||||
"private": false,
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
|
||||
@ -24,7 +24,7 @@ const Stream = function (props) {
|
||||
if (value === 'audio') {
|
||||
stream.codec = 'aac';
|
||||
if (stream.sampling_hz === 0) {
|
||||
stream.sampling_hz = 44100;
|
||||
stream.sampling_hz = '44100';
|
||||
}
|
||||
if (stream.layout === '') {
|
||||
stream.layout = 'stereo';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user