Implemented the remove feats from album title as well option
This commit is contained in:
parent
d3d9d7e2e2
commit
b0d233da28
@ -1099,6 +1099,7 @@
|
|||||||
<select v-model="settings.featuredToTitle">
|
<select v-model="settings.featuredToTitle">
|
||||||
<option value="0">Nothing</option>
|
<option value="0">Nothing</option>
|
||||||
<option value="1">Remove it from the title</option>
|
<option value="1">Remove it from the title</option>
|
||||||
|
<option value="3">Remove it from the title and the album title</option>
|
||||||
<option value="2">Move it to the title</option>
|
<option value="2">Move it to the title</option>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user