Fixed sizing issue of playlistitems in client

This commit is contained in:
Kasper Rynning-Tønnesen
2018-04-30 18:43:18 +02:00
parent b2f51c4682
commit 96e0c31bf9
3 changed files with 12 additions and 9 deletions

View File

@@ -198,7 +198,8 @@ function get_list_ajax() {
List.populate_list(response.results);
}
},
error: function(response, xmlhttp) {
error: function(response) {
console.log(response);
response = JSON.parse(response);
if(response.status == 403) {
start_auth();