mirror of
https://github.com/yattee/yattee.git
synced 2025-08-09 20:24:06 +00:00
Fix channel links
This commit is contained in:
@@ -13,7 +13,7 @@ struct ChannelAvatarView: View {
|
||||
ZStack(alignment: .bottomTrailing) {
|
||||
Group {
|
||||
Group {
|
||||
if let url = channel?.thumbnailURL {
|
||||
if let url = channel?.thumbnailURLOrCached {
|
||||
ThumbnailView(url: url)
|
||||
} else {
|
||||
ZStack {
|
||||
|
Reference in New Issue
Block a user