Fixed empty results issue when browsing library with playable filter

This commit is contained in:
Eliot Berriot 2020-03-24 10:31:07 +01:00
parent 2440550591
commit e4b989f51a
No known key found for this signature in database
GPG key ID: 6B501DFD73514E14
2 changed files with 4 additions and 5 deletions

View file

@ -105,13 +105,11 @@
</router-link>
</div>
<div class="ui hidden divider"></div>
<keep-alive>
<router-view
@updated="fetchData"
@uploads-finished="object.uploads_count += $event"
:is-owner="isOwner"
:object="object"></router-view>
</keep-alive>
</div>
</div>
</div>