Added explicit "null" return to function.
This commit is contained in:
		@@ -105,6 +105,7 @@ export default class MusicPlaylist {
 | 
				
			|||||||
        if (removed.length > 0) {
 | 
					        if (removed.length > 0) {
 | 
				
			||||||
            return removed[0];
 | 
					            return removed[0];
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					        return null;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    /**
 | 
					    /**
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user