Artist playback + Artist downloads + release pref fix + Lyrics button fix + preference toggles

This commit is contained in:
Harvey
2026-04-16 23:11:22 +01:00
parent 3a393161f7
commit d4d38e5392
46 changed files with 2705 additions and 126 deletions
+2
View File
@@ -169,6 +169,8 @@ class YouTubeConnectionSettings(AppStruct):
class HomeSettings(AppStruct):
cache_ttl_trending: int = 3600
cache_ttl_personal: int = 300
show_whats_hot: bool = True
show_globally_trending: bool = True
def __post_init__(self) -> None:
if self.cache_ttl_trending < 300 or self.cache_ttl_trending > 86400: