This commit is contained in:
Tommy Mikkelsen 2022-05-10 01:32:12 +02:00
parent d1f7c8e807
commit 8baa6a0b79
3 changed files with 8 additions and 0 deletions

View file

@ -21,6 +21,7 @@
* [#456 ET Custom levels doesn't use include params](https://github.com/WebTools-NG/WebTools-NG/issues/456)
* [#478 Refactor time and status for ET Module](https://github.com/WebTools-NG/WebTools-NG/issues/478)
* [#463 plex.tv add friendly name](https://github.com/WebTools-NG/WebTools-NG/issues/463)
* [#468 Add "Last Viewed at" as an available field for TV Show Episode exporting](https://github.com/WebTools-NG/WebTools-NG/issues/468)
## V0.3.15 (20220413)

View file

@ -1069,6 +1069,12 @@
"call": 1,
"type": "string"
},
"Show Title":
{
"key": "$.parentTitle",
"call": 1,
"type": "string"
},
"Similar":
{
"key": "$.Similar[*]",

View file

@ -48,6 +48,7 @@
"Rating",
"Release Date",
"Roles",
"Show Title",
"Similar",
"Sort title",
"Studio",