kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale
fix(ui): fix metadata when we do not have uploadData
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2307>pipelines/27771
rodzic
66473084eb
commit
f0e7ab9945
|
@ -178,7 +178,7 @@ const uploadedFiles = computed(() => {
|
|||
|
||||
if (file.response?.uuid) {
|
||||
const uuid = file.response.uuid as string
|
||||
data.metadata = uploadImportData[uuid] ?? uploadData[uuid].import_metadata ?? {}
|
||||
data.metadata = uploadImportData[uuid] ?? uploadData[uuid]?.import_metadata ?? {}
|
||||
data.removed = removed.has(uuid)
|
||||
}
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue