Import: Show name of new albums #246
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
parent
186b2da58a
commit
f68746768d
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@
|
|||
@input="data.parent.selectItem(data.item)"
|
||||
>
|
||||
<v-icon class="pr-1">folder</v-icon>
|
||||
{{ data.item.Title | truncate(40) }}
|
||||
{{ data.item.Title ? data.item.Title : data.item | truncate(40) }}
|
||||
</v-chip>
|
||||
</template>
|
||||
</v-combobox>
|
||||
|
|
Loading…
Reference in a new issue