chore: set dash by default (#5216)

This commit is contained in:
Émilien (perso)
2025-04-04 14:00:29 +02:00
committed by GitHub
parent 23ff6135bb
commit 0c07e9d27a
2 changed files with 3 additions and 3 deletions

View File

@@ -35,7 +35,7 @@ struct ConfigPreferences
property max_results : Int32 = 40
property notifications_only : Bool = false
property player_style : String = "invidious"
property quality : String = "hd720"
property quality : String = "dash"
property quality_dash : String = "auto"
property default_home : String? = "Popular"
property feed_menu : Array(String) = ["Popular", "Trending", "Subscriptions", "Playlists"]