diff --git a/JellyfinPlayer/Components/PortraitItemView.swift b/JellyfinPlayer/Components/PortraitItemView.swift index 13942a3b..60aa77a1 100644 --- a/JellyfinPlayer/Components/PortraitItemView.swift +++ b/JellyfinPlayer/Components/PortraitItemView.swift @@ -47,7 +47,7 @@ struct PortraitItemView: View { Image(systemName: "checkmark.circle.fill") .foregroundColor(.accentColor) .background(Color(.white)) - .cornerRadius(.infinity) + .clipShape(Circle().scale(0.8)) } else { if item.userData?.unplayedItemCount != nil { Capsule()