kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale
rodzic
2dcdfc9431
commit
a97ec62911
|
@ -153,6 +153,7 @@ const paginateOptions = computed(() => sortedUniq([12, 30, 50, paginateBy.value]
|
||||||
:get="model => { tags = model.currents.map(({ label }) => label) }"
|
:get="model => { tags = model.currents.map(({ label }) => label) }"
|
||||||
:set="model => ({
|
:set="model => ({
|
||||||
...model,
|
...model,
|
||||||
|
others: [],
|
||||||
currents: tags.map(tag => ({ type: 'custom' as const, label: tag })),
|
currents: tags.map(tag => ({ type: 'custom' as const, label: tag })),
|
||||||
})"
|
})"
|
||||||
:label="t('components.library.Albums.label.tags')"
|
:label="t('components.library.Albums.label.tags')"
|
||||||
|
|
|
@ -153,6 +153,7 @@ const paginateOptions = computed(() => sortedUniq([12, 30, 50, paginateBy.value]
|
||||||
:get="model => { tags = model.currents.map(({ label }) => label) }"
|
:get="model => { tags = model.currents.map(({ label }) => label) }"
|
||||||
:set="model => ({
|
:set="model => ({
|
||||||
...model,
|
...model,
|
||||||
|
others: [],
|
||||||
currents: tags.map(tag => ({ type: 'custom' as const, label: tag })),
|
currents: tags.map(tag => ({ type: 'custom' as const, label: tag })),
|
||||||
})"
|
})"
|
||||||
:label="t('components.library.Artists.label.tags')"
|
:label="t('components.library.Artists.label.tags')"
|
||||||
|
|
|
@ -179,6 +179,7 @@ const { to: upload } = useModal('upload')
|
||||||
:get="model => { tags = model.currents.map(({ label }) => label) }"
|
:get="model => { tags = model.currents.map(({ label }) => label) }"
|
||||||
:set="model => ({
|
:set="model => ({
|
||||||
...model,
|
...model,
|
||||||
|
others: [],
|
||||||
currents: tags.map(tag => ({ type: 'custom' as const, label: tag })),
|
currents: tags.map(tag => ({ type: 'custom' as const, label: tag })),
|
||||||
})"
|
})"
|
||||||
:label="t('components.library.Podcasts.label.tags')"
|
:label="t('components.library.Podcasts.label.tags')"
|
||||||
|
|
|
@ -237,6 +237,7 @@ const showCreateModal = ref(false)
|
||||||
:get="model => { tags = model.currents.map(({ label }) => label) }"
|
:get="model => { tags = model.currents.map(({ label }) => label) }"
|
||||||
:set="model => ({
|
:set="model => ({
|
||||||
...model,
|
...model,
|
||||||
|
others: [],
|
||||||
currents: tags.map(tag => ({ type: 'custom' as const, label: tag })),
|
currents: tags.map(tag => ({ type: 'custom' as const, label: tag })),
|
||||||
})"
|
})"
|
||||||
:label="t('components.library.Podcasts.label.tags')"
|
:label="t('components.library.Podcasts.label.tags')"
|
||||||
|
|
Ładowanie…
Reference in New Issue