File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 82
82
83
83
<!-- Duration -->
84
84
<br >
85
- <q-toggle v-model =' $1t.config.matchDuration' label =' Match duration (WARNING: strict)' ></q-toggle >
85
+ <div class =' row justify-center items-center' >
86
+ <q-toggle v-model =' $1t.config.matchDuration' label =' Match duration' ></q-toggle >
87
+ <div class =' text-grey-6 q-ml-sm' >
88
+ <q-icon name =' mdi-alert-circle-outline' class =' q-mb-xs' ></q-icon >
89
+ Warning: Strict
90
+ </div >
91
+ </div >
86
92
<br >
87
93
<div class =' row justify-center' v-if =' $1t.config.matchDuration' >
88
94
<q-slider
Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ class OneTagger {
169
169
"filenameTemplate" : "%trackNumber% - %artists% - %title%" ,
170
170
"shortTitle" : false ,
171
171
"matchDuration" : false ,
172
- "maxDurationDifference" : 10 ,
172
+ "maxDurationDifference" : 30 ,
173
173
"beatport" : {
174
174
"artResolution" : 500 ,
175
175
"maxPages" : 1
You can’t perform that action at this time.
0 commit comments