summaryrefslogtreecommitdiff
path: root/Sora/Views
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-02-27 16:46:41 -0800
committerFuwn <[email protected]>2025-02-27 16:46:41 -0800
commitec2feb28f80d1e4667fe8b0ea489e4d65339934f (patch)
treed1ea7ad4f91ee36cea0f4ff704ec03ca2702f41d /Sora/Views
parentfeat: Development commit (diff)
downloadsora-testing-ec2feb28f80d1e4667fe8b0ea489e4d65339934f.tar.xz
sora-testing-ec2feb28f80d1e4667fe8b0ea489e4d65339934f.zip
feat: Development commit
Diffstat (limited to 'Sora/Views')
-rw-r--r--Sora/Views/Post/Details/PostDetailsImageView.swift3
1 files changed, 3 insertions, 0 deletions
diff --git a/Sora/Views/Post/Details/PostDetailsImageView.swift b/Sora/Views/Post/Details/PostDetailsImageView.swift
index a46871c..702d0a0 100644
--- a/Sora/Views/Post/Details/PostDetailsImageView.swift
+++ b/Sora/Views/Post/Details/PostDetailsImageView.swift
@@ -141,6 +141,9 @@ struct PostDetailsImageView<Placeholder: View>: View {
case .gelbooru:
return URL(string: "https://\(manager.domain)/index.php?page=post&s=view&id=\(id)")!
+
+ case .danbooru:
+ return URL(string: "https://\(manager.domain)/posts/\(id)")!
}
}