From 867acc40e083d79ad416199491df61cfb8622202 Mon Sep 17 00:00:00 2001 From: G Harshith Mohan Date: Wed, 9 Sep 2020 03:35:11 +0530 Subject: [PATCH] Bring back the option to disable custom thumbs. I'm an idiot. --- ShokoJellyfin/Configuration/PluginConfiguration.cs | 4 ++-- ShokoJellyfin/Configuration/configPage.html | 12 ++++++------ ShokoJellyfin/Providers/ImageProvider.cs | 3 +-- 3 files changed, 9 insertions(+), 10 deletions(-) diff --git a/ShokoJellyfin/Configuration/PluginConfiguration.cs b/ShokoJellyfin/Configuration/PluginConfiguration.cs index c3e054f0..e0143f83 100644 --- a/ShokoJellyfin/Configuration/PluginConfiguration.cs +++ b/ShokoJellyfin/Configuration/PluginConfiguration.cs @@ -18,7 +18,7 @@ public class PluginConfiguration : BasePluginConfiguration public bool UseTvDbSeasonOrdering { get; set; } - // public bool UseShokoThumbnails { get; set; } + public bool UseShokoThumbnails { get; set; } public bool HideArtStyleTags { get; set; } @@ -47,7 +47,7 @@ public PluginConfiguration() ApiKey = ""; UpdateWatchedStatus = false; UseTvDbSeasonOrdering = false; - // UseShokoThumbnails = true; + UseShokoThumbnails = true; HideArtStyleTags = false; HideSourceTags = false; HideMiscTags = false; diff --git a/ShokoJellyfin/Configuration/configPage.html b/ShokoJellyfin/Configuration/configPage.html index 0624afad..2c053383 100644 --- a/ShokoJellyfin/Configuration/configPage.html +++ b/ShokoJellyfin/Configuration/configPage.html @@ -35,10 +35,10 @@ Use season ordering from TvDB. Also makes the shows merge-friendly. - - - - +