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

merge-requests/552/head
Eliot Berriot 2019-01-17 11:42:46 +01:00
rodzic f7986a2341
commit f42383dbe7
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: DD6965E2476E5C27
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