Skip to content
This repository was archived by the owner on Apr 16, 2024. It is now read-only.

Commit bd89b97

Browse files
authored
Merge pull request #1100 from Lisianthus-A/master
Fix playlist_tracks
2 parents d94b9e0 + 6512979 commit bd89b97

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

module/playlist_tracks.js

+5
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@ module.exports = async (query, request) => {
4646
realIP: query.realIP,
4747
},
4848
)
49+
} else if (error.body.code === 521) {
50+
return {
51+
status: 200,
52+
body: error.body,
53+
}
4954
}
5055
}
5156
}

0 commit comments

Comments
 (0)