This commit is contained in:
Marcos Carvalho 2024-06-03 16:38:23 -07:00 committed by GitHub
commit 597b44c2c0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 232 additions and 36 deletions

View file

@ -4,7 +4,8 @@ const SupportedFileTypes = {
ebook: ['epub', 'pdf', 'mobi', 'azw3', 'cbr', 'cbz'],
info: ['nfo'],
text: ['txt'],
metadata: ['opf', 'abs', 'xml', 'json']
metadata: ['opf', 'abs', 'xml', 'json'],
subtitle: ['srt', 'vtt']
}
const DownloadStatus = {
@ -82,4 +83,4 @@ export default ({ app }, inject) => {
inject('constants', Constants)
inject('keynames', KeyNames)
inject('hotkeys', Hotkeys)
}
}