Skip to content

Commit

Permalink
Failed timecode updates are finally displayed
Browse files Browse the repository at this point in the history
  • Loading branch information
Agrarvolution committed Mar 18, 2024
1 parent 7c3f93e commit e012113
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/js/ltcCorrection.js
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ function updateFileStatus(fileStatus) {
</tr>`));

if (!file.isMatching) {
failedUpdateCache.append({
failedUpdateCache.push({
filename: file.filename,
fileTC: file.fileTC.text,
audioTC: file.audioTC.text,
Expand Down
2 changes: 1 addition & 1 deletion src/panels/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ th:not(:first-child) {
}

/* table error display */
tr.misMatch {
tr.dataMismatch {
--dark-color: rgb(100, 0, 0);
--table-color-bright: rgb(117, 0, 0);
--table-highlight-color: rgb(124, 45, 45);
Expand Down

0 comments on commit e012113

Please sign in to comment.