diff --git a/Swiftfin tvOS/Components/PosterButton.swift b/Swiftfin tvOS/Components/PosterButton.swift index 60761e85c..1b977d7db 100644 --- a/Swiftfin tvOS/Components/PosterButton.swift +++ b/Swiftfin tvOS/Components/PosterButton.swift @@ -76,6 +76,7 @@ struct PosterButton: View { onFocusChanged(newValue) } } + .accessibilityLabel(item.displayTitle) content() .eraseToAnyView() @@ -142,6 +143,7 @@ extension PosterButton { Text(item.displayTitle) .font(.footnote.weight(.regular)) .foregroundColor(.primary) + .accessibilityLabel(item.displayTitle) } }