Skip to content
Snippets Groups Projects
Commit d18b9933 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

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
parents f7986a23 f42383db
No related branches found
No related tags found
No related merge requests found
Hide unplayable/emtpy playlists in "Browse playlist" pages (#424)
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment