Skip to content

Commit

Permalink
fix: deconstructing of correct id
Browse files Browse the repository at this point in the history
  • Loading branch information
Thundernerd committed Feb 3, 2024
1 parent dccdaf2 commit 3f64fe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mangarr.Stack/Pages/Manga/Item/ContentHeader.razor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ private async void LoadDataAsync()
return;
}

SourceBase.DeconstructId(_manga.Id, out _sourceUrl, out _);
SourceBase.DeconstructId(_manga.MangaId, out _sourceUrl, out _);
await InvokeAsync(StateHasChanged);
}
}

0 comments on commit 3f64fe0

Please sign in to comment.