mirror of
https://github.com/gotson/komga.git
synced 2025-12-20 23:45:11 +01:00
fix(web reader): remove webp as it's not supported in Safari
This commit is contained in:
parent
7ac44e41d2
commit
6770107dc8
1 changed files with 1 additions and 1 deletions
|
|
@ -198,7 +198,7 @@ export default Vue.extend({
|
|||
baseURL: process.env.VUE_APP_KOMGA_API_URL ? process.env.VUE_APP_KOMGA_API_URL : window.location.origin,
|
||||
book: {} as BookDto,
|
||||
pages: [] as PageDto[],
|
||||
supportedMediaTypes: ['image/jpeg', 'image/png', 'image/webp', 'image/gif'],
|
||||
supportedMediaTypes: ['image/jpeg', 'image/png', 'image/gif'],
|
||||
convertTo: 'png',
|
||||
currentPage: 1,
|
||||
goToPage: 1,
|
||||
|
|
|
|||
Loading…
Reference in a new issue