Fix some error messages not being displayed

This commit is contained in:
Rafał Dzięgiel
2021-04-09 18:49:44 +02:00
parent dafa2cfdf5
commit d9939a94c2
4 changed files with 21 additions and 28 deletions

View File

@@ -283,7 +283,7 @@ class ClapperWidget extends Gtk.Grid
if(currStream && type !== 'subtitle') {
const caps = currStream.get_caps();
debug(`${type} caps: ${caps.to_string()}`, 'LEVEL_INFO');
debug(`${type} caps: ${caps.to_string()}`);
}
if(type === 'video') {
const isShowVis = (parsedInfo[`${type}Tracks`].length === 0);