Bump version to 1.13

This commit is contained in:
Ingo Oppermann 2024-06-07 12:15:40 +02:00
parent 625b080752
commit f54adc6b94
No known key found for this signature in database
GPG Key ID: 2AB32426E9DD229E
2 changed files with 4 additions and 4 deletions

View File

@ -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": {

View File

@ -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';