Added FAQ entry for import unwatched items via scheduled tasks.

This commit is contained in:
Abdulmhsen B. A. A
2022-04-25 02:07:26 +03:00
parent 95033636cd
commit 297b87b81d
2 changed files with 10 additions and 2 deletions

7
FAQ.md
View File

@@ -191,3 +191,10 @@ Flags:
* (required) `--search` Search query. For example, `GUNDAM`.
* (optional) `--search-limit` To limit returned results. Defaults to `25`.
* (optional) `--search-output` Set output style, it can be `yaml` or `json`. Defaults to `json`.
---
### Q: Can Task scheduler import unwatched episodes?
Yes, Set the environment variable `WS_CRON_IMPORT_UNWATCHED` in your `docker-compose.yaml` and restart your container
for changes to take effect.