Browse Source

Add comment

pull/504/head
Jip Fr 2 years ago
parent
commit
e653c72d87
  1. 2
      src/setup/config.ts

2
src/setup/config.ts

@ -66,6 +66,6 @@ export function conf(): RuntimeConfig { @@ -66,6 +66,6 @@ export function conf(): RuntimeConfig {
NORMAL_ROUTER: getKey("NORMAL_ROUTER", "false") === "true",
DISALLOWED_IDS: getKey("DISALLOWED_IDS", "")
.split(",")
.map((v) => v.trim()),
.map((v) => v.trim()), // Should be comma-seperated and contain the media type and ID, formatted like so: movie-753342,movie-753342,movie-753342
};
}

Loading…
Cancel
Save