Skip to content

Commit

Permalink
fix: deconstruct actual chapter id for url
Browse files Browse the repository at this point in the history
  • Loading branch information
Thundernerd committed Jan 30, 2024
1 parent d081a41 commit b9a1650
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ private string ChapterUrl
{
get
{
SourceBase.DeconstructId(Item!.Id, out string url, out _);
SourceBase.DeconstructId(Item!.ChapterId, out string url, out _);
return url;
}
}
Expand Down

0 comments on commit b9a1650

Please sign in to comment.