Version 1.3.0 - Modification mineure sur les TODOS
This commit is contained in:
@@ -30,8 +30,6 @@ const props = defineProps({
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
//TODO: FINISH IMPLEMENTATION
|
|
||||||
|
|
||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
actualizeRoles();
|
actualizeRoles();
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -38,6 +38,7 @@ Events.on("player:update", () => {
|
|||||||
loading.value = false;
|
loading.value = false;
|
||||||
});
|
});
|
||||||
//FIXME: Error on the history
|
//FIXME: Error on the history
|
||||||
|
//FIXME: Remove the possibility to add file to playlist
|
||||||
})
|
})
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Reference in New Issue
Block a user