mirror of
https://github.com/WebTools-NG/WebTools-NG
synced 2024-11-23 03:23:05 +00:00
Fix #468
This commit is contained in:
parent
d1f7c8e807
commit
8baa6a0b79
3 changed files with 8 additions and 0 deletions
|
@ -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)
|
||||
|
||||
|
|
|
@ -1069,6 +1069,12 @@
|
|||
"call": 1,
|
||||
"type": "string"
|
||||
},
|
||||
"Show Title":
|
||||
{
|
||||
"key": "$.parentTitle",
|
||||
"call": 1,
|
||||
"type": "string"
|
||||
},
|
||||
"Similar":
|
||||
{
|
||||
"key": "$.Similar[*]",
|
||||
|
|
|
@ -48,6 +48,7 @@
|
|||
"Rating",
|
||||
"Release Date",
|
||||
"Roles",
|
||||
"Show Title",
|
||||
"Similar",
|
||||
"Sort title",
|
||||
"Studio",
|
||||
|
|
Loading…
Reference in a new issue