diff --git a/src/components/Widget/Guild/Settings/GuildSecurity.vue b/src/components/Widget/Guild/Settings/GuildSecurity.vue index 0c5efa2..0c8d6ce 100644 --- a/src/components/Widget/Guild/Settings/GuildSecurity.vue +++ b/src/components/Widget/Guild/Settings/GuildSecurity.vue @@ -30,8 +30,6 @@ const props = defineProps({ } }); -//TODO: FINISH IMPLEMENTATION - onMounted(() => { actualizeRoles(); }) diff --git a/src/components/Widget/View/Home/History.vue b/src/components/Widget/View/Home/History.vue index 22cbbcd..5632bdb 100644 --- a/src/components/Widget/View/Home/History.vue +++ b/src/components/Widget/View/Home/History.vue @@ -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 })