Skip to content

Commit 363d955

Browse files
committed
use png for images
1 parent 367fbb1 commit 363d955

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

lib/mediaPlayer/generateMetatags.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ function saveMetaToResLocal(upload, uploadServer, req, res){
4242
}
4343

4444
if(upload.fileType == 'audio'){
45-
res.locals.meta.image = `${baseUrl}/images/audio.svg`
45+
res.locals.meta.image = `${baseUrl}/images/audio.png`;
4646
}
4747

4848
if(upload.fileType == 'image'){

public/images/audio.png

7.45 KB
Loading

0 commit comments

Comments
 (0)