feat: add AniLibria parsing

This commit is contained in:
Kentai Radiquum 2025-03-15 15:41:08 +05:00
parent 97c8935a0f
commit 1b765fe857
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
7 changed files with 370 additions and 3616 deletions

View file

@ -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} />
)}