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