Merge branch '424-hide-empty-playlists' into 'develop'

Fix #424: Hide unplayable/emtpy playlists in "Browse playlist" pages

Closes #424

See merge request funkwhale/funkwhale!541
merge-requests/552/head
Eliot Berriot 2019-01-17 11:44:59 +01:00
commit d18b9933e0
2 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -0,0 +1 @@
Hide unplayable/emtpy playlists in "Browse playlist" pages (#424)

Wyświetl plik

@ -130,7 +130,8 @@ export default {
page: this.page,
page_size: this.paginateBy,
q: this.query,
ordering: this.getOrderingAsString()
ordering: this.getOrderingAsString(),
playable: true
}
axios.get(url, { params: params }).then(response => {
self.result = response.data