mirror of
https://github.com/imputnet/cobalt.git
synced 2026-01-07 23:41:39 +00:00
api/match-action: clean up audio action
This commit is contained in:
@@ -58,7 +58,8 @@ export default async function(input) {
|
||||
title: fileMetadata.title,
|
||||
author: fileMetadata.artist
|
||||
},
|
||||
isAudioOnly: true
|
||||
isAudioOnly: true,
|
||||
bestAudio: "mp3",
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user