Skip to content

Commit

Permalink
Minor UI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Marekkon5 committed Jul 2, 2021
1 parent 58941b7 commit 9beeb2c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion client/src/components/AutotaggerAdvanced.vue
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,13 @@

<!-- Duration -->
<br>
<q-toggle v-model='$1t.config.matchDuration' label='Match duration (WARNING: strict)'></q-toggle>
<div class='row justify-center items-center'>
<q-toggle v-model='$1t.config.matchDuration' label='Match duration'></q-toggle>
<div class='text-grey-6 q-ml-sm'>
<q-icon name='mdi-alert-circle-outline' class='q-mb-xs'></q-icon>
Warning: Strict
</div>
</div>
<br>
<div class='row justify-center' v-if='$1t.config.matchDuration'>
<q-slider
Expand Down
2 changes: 1 addition & 1 deletion client/src/js/onetagger.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ class OneTagger {
"filenameTemplate": "%trackNumber% - %artists% - %title%",
"shortTitle": false,
"matchDuration": false,
"maxDurationDifference": 10,
"maxDurationDifference": 30,
"beatport": {
"artResolution": 500,
"maxPages": 1
Expand Down

0 comments on commit 9beeb2c

Please sign in to comment.