mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-05 07:44:38 +00:00
fix: Sibnet player episode position
This commit is contained in:
parent
8a69eefc2e
commit
7b2debe607
1 changed files with 3 additions and 1 deletions
|
@ -370,7 +370,9 @@ export const ReleasePlayer = (props: { id: number }) => {
|
|||
{episode.name
|
||||
? episode.name
|
||||
: `${
|
||||
selectedSource.name != "Sibnet"
|
||||
!["Sibnet", "Sibnet (не работает)"].includes(
|
||||
selectedSource.name
|
||||
)
|
||||
? episode.position
|
||||
: episode.position + 1
|
||||
} серия`}
|
||||
|
|
Loading…
Add table
Reference in a new issue