mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-26 22:56:23 -04:00
@@ -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}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user