This commit is contained in:
Petitminion 2025-05-30 22:50:09 +02:00
parent 622d9ecce4
commit 9d9713a6ce
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
openapi: 3.0.3 openapi: 3.0.3
info: info:
title: Funkwhale API title: Funkwhale API
version: 1.4.0 version: 2.0.0a1
description: | description: |
# Funkwhale API # Funkwhale API

View File

@ -245,7 +245,7 @@ const updatePage = (page: number) => {
<Loader v-if="isLoading" /> <Loader v-if="isLoading" />
<!-- For each item, build a row --> <!-- For each item, build a row -->
<!-- <!--
<track-mobile-row <track-mobile-row
v-for="(track, index) in allTracks" v-for="(track, index) in allTracks"
:key="track.id" :key="track.id"