mirror of
https://github.com/Radarr/Radarr
synced 2025-03-11 06:33:16 +00:00
parent
dc599b6531
commit
7b43c2e345
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ function MovieImage({
|
|||
}: MovieImageProps) {
|
||||
const [url, setUrl] = useState<string | null>(null);
|
||||
const [hasError, setHasError] = useState(false);
|
||||
const [isLoaded, setIsLoaded] = useState(false);
|
||||
const [isLoaded, setIsLoaded] = useState(true);
|
||||
const image = useRef<Image | null>(null);
|
||||
|
||||
const handleLoad = useCallback(() => {
|
||||
|
|
Loading…
Add table
Reference in a new issue