1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

basic skeleton for epub reader

This commit is contained in:
dkanada 2020-05-05 23:02:05 +09:00 committed by Daniyar Itegulov
parent 1e269f2b27
commit 8478b0ed56
No known key found for this signature in database
GPG key ID: 4DB862B7839037FD
6 changed files with 54 additions and 3 deletions

View file

@ -484,6 +484,7 @@ var AppInfo = {};
'components/htmlAudioPlayer/plugin',
'components/htmlVideoPlayer/plugin',
'components/photoPlayer/plugin',
'components/bookplayer/plugin',
'components/youtubeplayer/plugin',
'components/backdropScreensaver/plugin',
'components/logoScreensaver/plugin'
@ -670,6 +671,7 @@ var AppInfo = {};
'fetch',
'flvjs',
'jstree',
'epubjs',
'jQuery',
'hlsjs',
'howler',