feat: add experimental support to hide channels from the popular page

This commit is contained in:
Fijxu
2025-09-06 22:00:43 -04:00
parent acedcb7303
commit acba0c9091
9 changed files with 50 additions and 0 deletions

View File

@@ -56,6 +56,7 @@ struct Preferences
property extend_desc : Bool = CONFIG.default_user_preferences.extend_desc
property volume : Int32 = CONFIG.default_user_preferences.volume
property save_player_pos : Bool = CONFIG.default_user_preferences.save_player_pos
property hidden_channels : Array(String)? = nil
module BoolToString
def self.to_json(value : String, json : JSON::Builder)