diff options
author | Martijn Kaijser <martijn@xbmc.org> | 2018-12-12 18:18:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-12 18:18:44 +0100 |
commit | 0665f06670962f1adbb9bcb9643c014d4ffa6802 (patch) | |
tree | fdbf0e0492cc3e173deec0a387579da1c14e44d7 /system | |
parent | c4dcf54102ff79e9de6d5ea97cb6217f5f88752f (diff) | |
parent | 905a410cc56a7da2045b2ece36148cdfd2e396b4 (diff) |
Merge pull request #14971 from DaVukovic/Estuary-hidethumb-core
[settings] Hide episode thumb if unseen (core wise)
Diffstat (limited to 'system')
-rwxr-xr-x | system/settings/settings.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/system/settings/settings.xml b/system/settings/settings.xml index ed201cc591..f87ac4b6f4 100755 --- a/system/settings/settings.xml +++ b/system/settings/settings.xml @@ -970,11 +970,12 @@ </setting> <setting id="videolibrary.showunwatchedplots" type="list[integer]" label="20369" help="36141"> <level>0</level> - <default>0,1</default> <!-- Show plot for both --> + <default>0,1,2</default> <!-- Show plot for both --> <constraints> <options> - <option label="20342">0</option> <!-- Show plot for unwatched movies only --> - <option label="20343">1</option> <!-- Show plot for unwatched tv show episodes only --> + <option label="39115">0</option> <!-- Show plot for unwatched movies only --> + <option label="39116">1</option> <!-- Show plot for unwatched tv show episodes only --> + <option label="39114">2</option> <!-- Show thumb for unwatched tv show episodes only --> </options> <delimiter>,</delimiter> </constraints> |