Skip to content

Commit

Permalink
use custom metadata names instead of descriptions for labels (more cl…
Browse files Browse the repository at this point in the history
…arity)
  • Loading branch information
hinanaya committed Jun 14, 2024
1 parent e18f9c2 commit 4d5f015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/media/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ OB.Media.recordingDefaultsGet = function () {

OB.Settings.media_metadata.forEach((meta) => {
const labelElem = document.createElement('label');
labelElem.innerText = meta.description;
labelElem.innerText = meta.name;

let metaElem = null;
switch (meta.type) {
Expand Down

0 comments on commit 4d5f015

Please sign in to comment.