mirror of
https://gitlab.com/RemixDev/deemix-webui.git
synced 2025-01-17 03:55:16 +00:00
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">
|
||||
<option value="0">Nothing</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>
|
||||
</select>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue