mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-29 16:07:40 +01:00
Add comment
This commit is contained in:
parent
c39d61cf53
commit
e653c72d87
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue