diff options
| author | Fuwn <[email protected]> | 2025-02-22 00:14:29 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-02-22 00:14:29 -0800 |
| commit | ab410956419067fd1e751f82a8f4e25bd1d6d091 (patch) | |
| tree | a77bb1b10b6eaabd8b61c8144df7b68d2094dc08 /Sora/Views/Post/PostView.swift | |
| parent | feat: Development commit (diff) | |
| download | sora-testing-ab410956419067fd1e751f82a8f4e25bd1d6d091.tar.xz sora-testing-ab410956419067fd1e751f82a8f4e25bd1d6d091.zip | |
feat: Development commit
Diffstat (limited to 'Sora/Views/Post/PostView.swift')
| -rw-r--r-- | Sora/Views/Post/PostView.swift | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Sora/Views/Post/PostView.swift b/Sora/Views/Post/PostView.swift index 9b92f4f..6b54a85 100644 --- a/Sora/Views/Post/PostView.swift +++ b/Sora/Views/Post/PostView.swift @@ -9,8 +9,10 @@ struct PostView: View { switch settings.thumbnailType { case .preview: post.previewURL + case .sample: post.sampleURL + case .original: post.fileURL } |