mirror of
https://github.com/Radiquum/AniX.git
synced 2025-09-03 21:15:35 +05:00
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
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:
parent
8fe175118b
commit
940c6e9de2
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ export const ReleasePlayerCustom = (props: {
|
||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (source.selected.name == "Libria") {
|
if (["Libria", "Liberty"].includes(source.selected.name)) {
|
||||||
const { manifest, poster } = await _fetchAnilibriaManifest(
|
const { manifest, poster } = await _fetchAnilibriaManifest(
|
||||||
episode.selected.url,
|
episode.selected.url,
|
||||||
setPlayerError
|
setPlayerError
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue