We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d64b7b commit 5480860Copy full SHA for 5480860
apps/backend/src/song/song-upload/song-upload.service.ts
@@ -115,7 +115,7 @@ export class SongUploadService {
115
song.originalAuthor = removeExtraSpaces(body.originalAuthor);
116
song.description = removeExtraSpaces(body.description);
117
song.category = body.category;
118
- song.allowDownload = true || body.allowDownload; //TODO: implement allowDownload;
+ song.allowDownload = true; //|| body.allowDownload; //TODO: implement allowDownload;
119
song.visibility = body.visibility;
120
song.license = body.license;
121
0 commit comments