diff --git a/src/modules/processing/services/newgrounds.js b/src/modules/processing/services/newgrounds.js index 5927f43b..047e2f2a 100644 --- a/src/modules/processing/services/newgrounds.js +++ b/src/modules/processing/services/newgrounds.js @@ -62,8 +62,9 @@ export default async function(obj) { id: obj.id, title: fileMetadata.title, author: fileMetadata.artist, - fileMetadata }, + fileMetadata, + isAudioOnly: true } } } \ No newline at end of file