mirror of
https://github.com/krateng/maloja.git
synced 2025-04-15 00:10:32 +03:00
Change default and fix spelling
This commit is contained in:
parent
b7afe3b017
commit
dd6bec478e
@ -33,4 +33,5 @@ minor_release_name: "Nicole"
|
|||||||
- "[Technical] Upgraded all third party modules to use requests module and send User Agent"
|
- "[Technical] Upgraded all third party modules to use requests module and send User Agent"
|
||||||
3.2.2:
|
3.2.2:
|
||||||
notes:
|
notes:
|
||||||
|
- "[Feature] Added option to show scrobbles on tile charts"
|
||||||
- "[Bugfix] Fixed Last.fm authentication"
|
- "[Bugfix] Fixed Last.fm authentication"
|
@ -202,7 +202,7 @@ malojaconfig = Configuration(
|
|||||||
"default_album_artist":(tp.String(), "Default Albumartist", "Various Artists"),
|
"default_album_artist":(tp.String(), "Default Albumartist", "Various Artists"),
|
||||||
"use_album_artwork_for_tracks":(tp.Boolean(), "Use Album Artwork for tracks", True),
|
"use_album_artwork_for_tracks":(tp.Boolean(), "Use Album Artwork for tracks", True),
|
||||||
"fancy_placeholder_art":(tp.Boolean(), "Use fancy placeholder artwork",False),
|
"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!"),
|
"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),
|
"use_local_images":(tp.Boolean(), "Use Local Images", True),
|
||||||
#"local_image_rotate":(tp.Integer(), "Local Image Rotate", 3600),
|
#"local_image_rotate":(tp.Integer(), "Local Image Rotate", 3600),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user