mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-30 18:09:40 +05:00
feat: add AniLibria parsing
This commit is contained in:
parent
97c8935a0f
commit
1b765fe857
7 changed files with 370 additions and 3616 deletions
|
@ -99,7 +99,7 @@ export const ReleasePage = (props: any) => {
|
|||
data.release.status.name.toLowerCase() != "анонс" && (
|
||||
<div className="[grid-column:1] [grid-row:span_12]">
|
||||
{preferenceStore.params.experimental.newPlayer ? (
|
||||
<ReleasePlayerCustom id={props.id} />
|
||||
<ReleasePlayerCustom id={props.id} token={userStore.token} />
|
||||
) : (
|
||||
<ReleasePlayer id={props.id} />
|
||||
)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue