Skip to content

Commit

Permalink
Fix saving when filtered on QT
Browse files Browse the repository at this point in the history
  • Loading branch information
Marekkon5 committed Aug 29, 2024
1 parent 2a7ba81 commit 852512d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions client/src/scripts/onetagger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ class OneTagger {
// this.onError('quickTagSaved: Invalid track');
}
this.quickTag.value.saving -= 1;
this.onQuickTagEvent('quickTagSaved');

break;
// Browser folder
Expand Down
3 changes: 3 additions & 0 deletions client/src/views/QuickTag.vue
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,10 @@ onMounted(() => {
$1t.loadQuickTag();
}, 50);
});
break;
case 'quickTagSaved':
filterTracks();
break;
// Manual tag trigger
Expand Down

0 comments on commit 852512d

Please sign in to comment.