mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-04 13:07:36 +03:00
DefaultLanguage is now case-insensitive
This commit is contained in:
parent
ba28e9a109
commit
bfeb8ef6b3
2 changed files with 2 additions and 2 deletions
|
@ -160,7 +160,7 @@ var _ = Describe("serveIndex", func() {
|
|||
})
|
||||
|
||||
It("sets the defaultLanguage", func() {
|
||||
conf.Server.DefaultLanguage = "pt"
|
||||
conf.Server.DefaultLanguage = "PT"
|
||||
r := httptest.NewRequest("GET", "/index.html", nil)
|
||||
w := httptest.NewRecorder()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue