mirror of
https://github.com/derfenix/webarchive.git
synced 2026-03-11 21:35:34 +03:00
Fix file format name in API
This commit is contained in:
@@ -289,8 +289,8 @@ func (s *Format) Decode(d *jx.Decoder) error {
|
||||
*s = FormatAll
|
||||
case FormatPdf:
|
||||
*s = FormatPdf
|
||||
case FormatSinglePage:
|
||||
*s = FormatSinglePage
|
||||
case FormatSingleFile:
|
||||
*s = FormatSingleFile
|
||||
case FormatHeaders:
|
||||
*s = FormatHeaders
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user