Skip to content

Commit

Permalink
Merge pull request #20 from sekiju/v1.1.1
Browse files Browse the repository at this point in the history
V1.1.1
  • Loading branch information
sekiju authored Dec 16, 2024
2 parents 84a021f + c73b5f5 commit 6847a91
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,17 @@ Date: YYYY-MM-DD
-->

## v1.1.1

Date: 2024-12-16

### Patch Changes

- Cookie parameter from `config.hcl` was not loaded

## v1.1.0

Date: YYYY-MM-DD
Date: 2024-12-01

### What's Changed

Expand Down
4 changes: 3 additions & 1 deletion cmd/cli/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,9 @@ func parse() string {
}

config.Params.DownloadChapters = rootFlags.Args()
config.Params.PrimaryCookie = primaryCookie
if primaryCookie != nil && *primaryCookie != "" {
config.Params.PrimaryCookie = primaryCookie
}

return *configPath
}
Expand Down

0 comments on commit 6847a91

Please sign in to comment.