fix: alias Liberty to Libria source for AniLibria (AniLiberty) VoiceOver
Some checks failed
Build and Publish 'anix-api-prox' to Docker Hub / publish (push) Has been cancelled
Build and Publish 'anix' to Docker Hub / publish (push) Has been cancelled

This commit is contained in:
Kentai Radiquum 2025-08-16 03:37:28 +05:00
parent 8fe175118b
commit 940c6e9de2
Signed by: Radiquum
GPG key ID: 858E8EE696525EED

View file

@ -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