mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Add barebones comic book reader
This commit is contained in:
parent
aae276dad1
commit
2ea2132740
8 changed files with 252 additions and 6 deletions
|
@ -490,6 +490,7 @@ var AppInfo = {};
|
|||
'components/playback/experimentalwarnings',
|
||||
'components/htmlAudioPlayer/plugin',
|
||||
'components/htmlVideoPlayer/plugin',
|
||||
'components/comicsPlayer/plugin',
|
||||
'components/photoPlayer/plugin',
|
||||
'components/youtubeplayer/plugin',
|
||||
'components/backdropScreensaver/plugin',
|
||||
|
@ -701,7 +702,8 @@ var AppInfo = {};
|
|||
'events',
|
||||
'credentialprovider',
|
||||
'connectionManagerFactory',
|
||||
'appStorage'
|
||||
'appStorage',
|
||||
'comicReader'
|
||||
]
|
||||
},
|
||||
urlArgs: urlArgs,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue