mirror of
https://github.com/movie-web/movie-web.git
synced 2025-01-12 09:39:10 +01:00
Add comment
This commit is contained in:
parent
c39d61cf53
commit
e653c72d87
@ -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…
x
Reference in New Issue
Block a user