From 1c4231346ab756fa4e83518c3679612fb438bc03 Mon Sep 17 00:00:00 2001 From: Ultimate <3315612+TheUltimateC0der@users.noreply.github.com> Date: Sun, 18 Sep 2022 16:54:18 +0200 Subject: [PATCH] Added page for PR #5160 --- Custom-Lists.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 Custom-Lists.md diff --git a/Custom-Lists.md b/Custom-Lists.md new file mode 100644 index 0000000..a0422a2 --- /dev/null +++ b/Custom-Lists.md @@ -0,0 +1,21 @@ +The Custom Lists feature in sonarr gives developers the possiblity to create APIs that output lists for sonarr to import. + +As an example, the content of the list that sonarr gets from the given URL should look something like this: + +```json +[ + { + "tvdbId": "12345" + }, + { + "tvdbId": "67890" + }, + { + "tvdbId": "74185" + }, + { + "tvdbId": "36985" + } +] + +``` \ No newline at end of file