Skip to content

Commit

Permalink
fix(dl): using slug as dir name (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamjz authored Dec 23, 2023
1 parent f62bca5 commit 83b4c6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/resolvers/hanimetv/hanimetv.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ func (re *resolver) Resolve(u string, opt *resolvers.Option) ([]*resolvers.HAnim
episodes = append(episodes, eps[0])
res = append(res, &resolvers.HAnime{
Site: site,
Title: video.HentaiFranchise.Title,
Title: video.HentaiFranchise.Slug,
Videos: vidMap,
})
}
Expand Down

0 comments on commit 83b4c6b

Please sign in to comment.