1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-26 22:56:23 -04:00

Add alt text for series images

Closes #8332
This commit is contained in:
Mark McDowall
2026-01-06 18:43:26 -08:00
parent e20b4c4f5d
commit 276e67b5fa
9 changed files with 43 additions and 1 deletions
@@ -171,6 +171,7 @@ function SeriesIndexOverview(props: SeriesIndexOverviewProps) {
size={250}
lazy={false}
overflow={true}
title={title}
/>
</Link>
</div>
@@ -183,6 +183,7 @@ function SeriesIndexPoster(props: SeriesIndexPosterProps) {
size={250}
lazy={false}
overflow={true}
title={title}
onError={onPosterLoadError}
onLoad={onPosterLoad}
/>
@@ -198,6 +198,7 @@ function SeriesIndexRow(props: SeriesIndexRowProps) {
images={images}
lazy={false}
overflow={true}
title={title}
onError={onBannerLoadError}
onLoad={onBannerLoad}
/>