From 821463403ed37c6dae6499f30978ef9e70de80ec Mon Sep 17 00:00:00 2001 From: YozoraXCII <96386153+YozoraXCII@users.noreply.github.com> Date: Fri, 17 Feb 2023 21:02:09 +0000 Subject: [PATCH] fix legacy `trakt_list_<>` reference in Universe.md --- docs/defaults/both/universe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/defaults/both/universe.md b/docs/defaults/both/universe.md index 9f433bfa..b0672082 100644 --- a/docs/defaults/both/universe.md +++ b/docs/defaults/both/universe.md @@ -64,7 +64,7 @@ This file contains a [Separator](../separators) so all [Shared Separator Variabl | `minimum_items` | **Description:** Controls the minimum items that the collection must have to be created.
**Default:** `2`
**Values:** Any number | | `name_mapping_<>`1 | **Description:** Sets the name mapping value for using assets of the specified key's collection.
**Values:** Any String | | `imdb_list_<>`1 | **Description:** Adds the Movies in the IMDb List to the specified key's collection.
**Values:** List of IMDb List URLs | | | -| `trakt_list_<>`1 | **Description:** Adds the Movies in the Trakt List to the specified key's collection. Overrides the [default trakt_list](#default-trakt_list) for that collection if used.
**Values:** List of Trakt List URLs | | | | +| `mdblist_list_<>`1 | **Description:** Adds the Movies in the MDBList List to the specified key's collection. Overrides the [default mdblist_list](#default-mdblist_list) for that collection if used.
**Values:** List of MDBList List URLs | | | | | `data` | **Description:** Overrides the [default data dictionary](#default-data). Defines the data that the custom dynamic collection processes.
**Values:** Dictionary List of keys/names | | `append_data` | **Description:** Appends to the [default data dictionary](#default-data).
**Values:** Dictionary List of keys/names | | `exclude` | **Description:** Exclude these Universes from creating a Dynamic Collection.
**Values:** List of Universes |