mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-17 04:22:23 +03:00
Convert function to arrow-function
This commit is contained in:
parent
e1968b0953
commit
9b75b729ba
@ -30,7 +30,7 @@ const setTrack = (data) => ({
|
||||
data,
|
||||
})
|
||||
|
||||
let filterSongs = function (data, ids) {
|
||||
const filterSongs = (data, ids) => {
|
||||
if (!ids) {
|
||||
return data
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user