mirror of
https://github.com/gotson/komga.git
synced 2026-05-08 12:35:30 +02: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,
|
baseURL: process.env.VUE_APP_KOMGA_API_URL ? process.env.VUE_APP_KOMGA_API_URL : window.location.origin,
|
||||||
book: {} as BookDto,
|
book: {} as BookDto,
|
||||||
pages: [] as PageDto[],
|
pages: [] as PageDto[],
|
||||||
supportedMediaTypes: ['image/jpeg', 'image/png', 'image/webp', 'image/gif'],
|
supportedMediaTypes: ['image/jpeg', 'image/png', 'image/gif'],
|
||||||
convertTo: 'png',
|
convertTo: 'png',
|
||||||
currentPage: 1,
|
currentPage: 1,
|
||||||
goToPage: 1,
|
goToPage: 1,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue