From 940c6e9de2abf3e56f04772b7d59a70af3954948 Mon Sep 17 00:00:00 2001 From: Radiquum Date: Sat, 16 Aug 2025 03:37:28 +0500 Subject: [PATCH] fix: alias Liberty to Libria source for AniLibria (AniLiberty) VoiceOver --- app/components/ReleasePlayer/ReleasePlayerCustom.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/ReleasePlayer/ReleasePlayerCustom.tsx b/app/components/ReleasePlayer/ReleasePlayerCustom.tsx index 2ac55a1..43139dd 100644 --- a/app/components/ReleasePlayer/ReleasePlayerCustom.tsx +++ b/app/components/ReleasePlayer/ReleasePlayerCustom.tsx @@ -97,7 +97,7 @@ export const ReleasePlayerCustom = (props: { } return; } - if (source.selected.name == "Libria") { + if (["Libria", "Liberty"].includes(source.selected.name)) { const { manifest, poster } = await _fetchAnilibriaManifest( episode.selected.url, setPlayerError