mirror of
https://github.com/vega-org/vega-providers.git
synced 2026-04-17 23:51:44 +00:00
fix: remove unnecessary URL encoding for file links in getEpisodes and getMeta
This commit is contained in:
@@ -35,7 +35,7 @@ export const getMeta = async function ({
|
||||
itemTitle !== "../" &&
|
||||
itemTitle !== "Parent Directory"
|
||||
) {
|
||||
const fullLink = encodeURIComponent(itemLink);
|
||||
const fullLink = itemLink;
|
||||
|
||||
// If it's a directory (ends with /)
|
||||
if (itemTitle.endsWith("/")) {
|
||||
|
||||
Reference in New Issue
Block a user