️ Added MIMEtype key to Comic model

This commit is contained in:
2023-03-23 22:55:10 -04:00
parent 7b59f5f94d
commit a19d1c9e9f
3 changed files with 29 additions and 22 deletions

View File

@@ -80,6 +80,7 @@ export default class QueueService extends Service {
filePath,
fileSize,
extension,
mimeType,
cover,
containedIn,
comicInfoJSON,
@@ -113,6 +114,7 @@ export default class QueueService extends Service {
filePath,
fileSize,
extension,
mimeType,
containedIn,
cover,
},