Implemented the remove feats from album title as well option

This commit is contained in:
RemixDev 2020-06-11 14:42:28 +02:00
parent d3d9d7e2e2
commit b0d233da28
1 changed files with 1 additions and 0 deletions

View File

@ -1099,6 +1099,7 @@ <h3 class="settings-group__header settings-group__header--with-icon">
<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>