From dd6bec478e27f077e3b43b051ad74f6c91db8004 Mon Sep 17 00:00:00 2001 From: krateng Date: Sat, 4 Nov 2023 14:06:42 +0100 Subject: [PATCH] Change default and fix spelling --- dev/releases/3.2.yml | 1 + maloja/pkg_global/conf.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/dev/releases/3.2.yml b/dev/releases/3.2.yml index 9d96402..75971c7 100644 --- a/dev/releases/3.2.yml +++ b/dev/releases/3.2.yml @@ -33,4 +33,5 @@ minor_release_name: "Nicole" - "[Technical] Upgraded all third party modules to use requests module and send User Agent" 3.2.2: notes: + - "[Feature] Added option to show scrobbles on tile charts" - "[Bugfix] Fixed Last.fm authentication" \ No newline at end of file diff --git a/maloja/pkg_global/conf.py b/maloja/pkg_global/conf.py index 98013d1..129ab8a 100644 --- a/maloja/pkg_global/conf.py +++ b/maloja/pkg_global/conf.py @@ -202,7 +202,7 @@ malojaconfig = Configuration( "default_album_artist":(tp.String(), "Default Albumartist", "Various Artists"), "use_album_artwork_for_tracks":(tp.Boolean(), "Use Album Artwork for tracks", True), "fancy_placeholder_art":(tp.Boolean(), "Use fancy placeholder artwork",False), - "show_play_number_on_tiles":(tp.Boolean(), "Show amount of plays on tails", True), + "show_play_number_on_tiles":(tp.Boolean(), "Show amount of plays on tiles",False), "discourage_cpu_heavy_stats":(tp.Boolean(), "Discourage CPU-heavy stats", False, "Prevent visitors from mindlessly clicking on CPU-heavy options. Does not actually disable them for malicious actors!"), "use_local_images":(tp.Boolean(), "Use Local Images", True), #"local_image_rotate":(tp.Integer(), "Local Image Rotate", 3600),