mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-16 11:31:28 +03:00
Fix missing keywords
This commit is contained in:
@@ -1946,7 +1946,7 @@ app.post('/api/getFile', optionalJwt, function (req, res) {
|
||||
}
|
||||
});
|
||||
|
||||
app.post('/api/getAllFiles', optionalJwt, function (req, res) {
|
||||
app.post('/api/getAllFiles', optionalJwt, async function (req, res) {
|
||||
// these are returned
|
||||
let files = [];
|
||||
let playlists = [];
|
||||
|
||||
Reference in New Issue
Block a user