aboutsummaryrefslogtreecommitdiff
path: root/viewer/src/@types/itemType.ts
diff options
context:
space:
mode:
authorpacien2022-10-31 00:14:07 +0100
committerpacien2022-11-19 18:55:31 +0100
commit736520e5e17eee490565c98cd037363fd3e34aed (patch)
tree02c2343877588a3e2967de720ce1d673499eb80e /viewer/src/@types/itemType.ts
parentacef302de422e276261e712241949ce8fb9904d1 (diff)
downloadldgallery-736520e5e17eee490565c98cd037363fd3e34aed.tar.gz
compiler,viewer: register EPUB item type
Diffstat (limited to 'viewer/src/@types/itemType.ts')
-rw-r--r--viewer/src/@types/itemType.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/viewer/src/@types/itemType.ts b/viewer/src/@types/itemType.ts
index ecab05c..8528728 100644
--- a/viewer/src/@types/itemType.ts
+++ b/viewer/src/@types/itemType.ts
@@ -23,6 +23,7 @@ export enum ItemType {
23 PLAINTEXT = 'plaintext', 23 PLAINTEXT = 'plaintext',
24 MARKDOWN = 'markdown', 24 MARKDOWN = 'markdown',
25 PDF = 'pdf', 25 PDF = 'pdf',
26 EPUB = 'epub',
26 VIDEO = 'video', 27 VIDEO = 'video',
27 AUDIO = 'audio', 28 AUDIO = 'audio',
28 DIRECTORY = 'directory', 29 DIRECTORY = 'directory',