mirror of
https://github.com/netbymatt/ws4kp.git
synced 2026-04-17 09:09:30 -07:00
icon toggles
This commit is contained in:
@@ -8,8 +8,10 @@ const playlistGenerator = async (req, res) => {
|
||||
});
|
||||
} catch (e) {
|
||||
console.error(e);
|
||||
res.json({
|
||||
availableFiles: [],
|
||||
});
|
||||
}
|
||||
res.send();
|
||||
};
|
||||
|
||||
export default playlistGenerator;
|
||||
|
||||
Reference in New Issue
Block a user