diff options
| author | Fuwn <[email protected]> | 2025-02-25 02:02:11 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-02-25 02:02:11 -0800 |
| commit | 410ed9edec893469c70f13bc0991b9af8dfb0413 (patch) | |
| tree | ecfad0b394e1e3f7f9055ffcc7bc6d302d1f920e /Sora/Views/Post/Details/PostDetailsView.swift | |
| parent | feat: Development commit (diff) | |
| download | sora-testing-410ed9edec893469c70f13bc0991b9af8dfb0413.tar.xz sora-testing-410ed9edec893469c70f13bc0991b9af8dfb0413.zip | |
feat: Development commit
Diffstat (limited to 'Sora/Views/Post/Details/PostDetailsView.swift')
| -rw-r--r-- | Sora/Views/Post/Details/PostDetailsView.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Sora/Views/Post/Details/PostDetailsView.swift b/Sora/Views/Post/Details/PostDetailsView.swift index 802abb6..d1099ea 100644 --- a/Sora/Views/Post/Details/PostDetailsView.swift +++ b/Sora/Views/Post/Details/PostDetailsView.swift @@ -23,7 +23,7 @@ struct PostDetailsView: View { url: imageURL, loadingStage: $loadingStage, finalLoadingState: .loaded, - postURL: URL(string: "https://yande.re/post/show/\(post.id)")! + post: post ) { PostDetailsImageView( url: post.previewURL, |