mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-05 15:54:39 +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);
|
||||
};
|
||||
if (episode.selected) {
|
||||
setIsLoading(true);
|
||||
setPlayerError(null);
|
||||
__getInfo();
|
||||
}
|
||||
}, [episode.selected]);
|
||||
|
|
Loading…
Add table
Reference in a new issue