mirror of
				https://github.com/KevinMidboe/zoff.git
				synced 2025-10-29 18:00:23 +00:00 
			
		
		
		
	Fixed sizing issue of playlistitems in client
This commit is contained in:
		@@ -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();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user