mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-05 07:44:38 +00:00
fix: reset player error on episode change
This commit is contained in:
parent
07c93338cb
commit
04b580d239
1 changed files with 2 additions and 0 deletions
|
@ -342,6 +342,8 @@ export const ReleasePlayerCustom = (props: {
|
||||||
setIsLoading(false);
|
setIsLoading(false);
|
||||||
};
|
};
|
||||||
if (episode.selected) {
|
if (episode.selected) {
|
||||||
|
setIsLoading(true);
|
||||||
|
setPlayerError(null);
|
||||||
__getInfo();
|
__getInfo();
|
||||||
}
|
}
|
||||||
}, [episode.selected]);
|
}, [episode.selected]);
|
||||||
|
|
Loading…
Add table
Reference in a new issue