[F] Fix formatting issues

This commit is contained in:
Hykilpikonna
2019-12-25 16:07:54 -05:00
parent 7c01dcbda0
commit 74f2696d09
+1 -1
View File
@@ -29,7 +29,7 @@ class Artwork
if (json.video == null) json.video = type.video;
// Check image null case
let base = json.date.split(' ').join('-') + json.title.split(' ')[0].toLowerCase() + '/';
let base = json.date.split(' ').join('-') + '-' + json.title.split(' ')[0].toLowerCase() + '/';
if (json.file == null) json.file = base + 'public.' + json.format;
if (json.thumbnail == null) json.thumbnail = base + 'thumb.' + json.format;