1
0
Fork 1
mirror of https://gitlab.com/mangadex-pub/mangadex_at_home.git synced 2024-01-19 02:48:37 +00:00

Fixed tokenized data-saver parser not working

This commit is contained in:
Amos Ng 2020-06-16 05:53:57 +08:00
parent 81ed8a4550
commit afe83a240b
No known key found for this signature in database
GPG key ID: 89086414F634D123
2 changed files with 2 additions and 1 deletions

View file

@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Removed
### Fixed
- [2020-06-15] Fixed tokenized data-saver parser not working by [@lflare].
## [1.0.0-RC16] - 2020-06-14
### Added

View file

@ -31,7 +31,7 @@ fun getServer(cache: DiskLruCache, serverSettings: ServerSettings, clientSetting
tokenized = true
),
"/{token}/data-saver/{chapterHash}/{fileName}" bind Method.GET to imageServer.handler(
dataSaver = false,
dataSaver = true,
tokenized = true
)
)