aboutsummaryrefslogtreecommitdiff
path: root/system/settings/settings.xml
diff options
context:
space:
mode:
authorUnknown <dvukovic@gmx.de>2018-12-08 14:33:52 +0100
committerDaVukovic <dvukovic@gmx.de>2018-12-08 14:55:35 +0100
commit905a410cc56a7da2045b2ece36148cdfd2e396b4 (patch)
treee9e432c6cc5c2a59b0e55b23ead890bdf809dbd7 /system/settings/settings.xml
parent8cdec8f115777e9f43a81f9a5e2426e9e66d7313 (diff)
[settings] Hide episode thumb if unseen core wise
Diffstat (limited to 'system/settings/settings.xml')
-rwxr-xr-xsystem/settings/settings.xml7
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>