Merge branch 'master' of dev.funkwhale.audio:funkwhale/funkwhale

This commit is contained in:
Agate 2020-05-07 09:56:12 +02:00
commit 29c58d1ce5
No known key found for this signature in database
GPG Key ID: 6B501DFD73514E14
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
Fixed page not refreshing when switching between My Library and Explore sections (#1091)

View File

@ -1,6 +1,6 @@
<template>
<div class="main library pusher">
<router-view></router-view>
<router-view :key="$router.currentRoute.name"></router-view>
</div>
</template>