1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-20 21:54:58 -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
@@ -74,6 +74,7 @@ function AddNewSeriesSearchResult({ series }: AddNewSeriesSearchResultProps) {
size={250}
overflow={true}
lazy={false}
title={title}
/>
)}