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