diff --git a/front/src/components/library/Radios.vue b/front/src/components/library/Radios.vue index e7157f27b..4e3c593cd 100644 --- a/front/src/components/library/Radios.vue +++ b/front/src/components/library/Radios.vue @@ -70,10 +70,6 @@ const fetchData = async () => { try { const response = await axios.get('radios/radios/', { params - // TODO (wvffle): Check if params should be serialized. In other similar components (Podcasts, Artists) they are - // paramsSerializer: function (params) { - // return qs.stringify(params, { indices: false }) - // } }) result.value = response.data @@ -234,7 +230,7 @@ const labels = computed(() => ({