Skip to content

Commit

Permalink
Change to other language header
Browse files Browse the repository at this point in the history
Should hopefully be universal so login works correct for everyone
  • Loading branch information
LuftVerbot committed May 19, 2024
1 parent 418cf04 commit 5b07bfe
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ import java.util.zip.GZIPInputStream

// Settings placeholder
class Settings {
val deezerLanguage: String? = "de"
val deezerCountry: String? = "DE"
val deezerLanguage: String? = "en"
val deezerCountry: String? = "US"
}

class DeezerApi(
Expand Down

0 comments on commit 5b07bfe

Please sign in to comment.