mirror of
https://github.com/janishutz/MusicPlayer.git
synced 2026-09-10 14:25:24 +02:00
feat: song editor
This commit is contained in:
@@ -49,6 +49,12 @@
|
||||
isShowingAssociationManager.value = false;
|
||||
fullPlayer.value = false;
|
||||
};
|
||||
|
||||
const retry = () => {
|
||||
associationResults.value = [];
|
||||
isAnalyzing.value = false;
|
||||
needsFiles.value = true;
|
||||
};
|
||||
</script>
|
||||
|
||||
<template>
|
||||
@@ -91,7 +97,9 @@
|
||||
<div v-else-if="associationResults.length === 0"></div>
|
||||
<div v-else>
|
||||
An error occurred. Please try again
|
||||
<!-- FIXME: Button to restore -->
|
||||
<button @click="retry">
|
||||
Retry
|
||||
</button>
|
||||
</div>
|
||||
<button @click="cancel">
|
||||
Cancel
|
||||
|
||||
Reference in New Issue
Block a user