Version 1.3.0 - Modification mineure sur les TODOS

This commit is contained in:
2025-12-06 17:54:40 +01:00
parent 7190bf03af
commit 9359d0d8aa
2 changed files with 1 additions and 2 deletions

View File

@@ -30,8 +30,6 @@ const props = defineProps({
}
});
//TODO: FINISH IMPLEMENTATION
onMounted(() => {
actualizeRoles();
})

View File

@@ -38,6 +38,7 @@ Events.on("player:update", () => {
loading.value = false;
});
//FIXME: Error on the history
//FIXME: Remove the possibility to add file to playlist
})
</script>