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
info:
title: Funkwhale API
version: 1.4.0
version: 2.0.0a1
description: |
# Funkwhale API

View File

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