mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-04 21:17:37 +03:00
Enable Last.fm scrobbling by default (still requires user's authorization)
This commit is contained in:
parent
92634a7408
commit
26bcf0b877
3 changed files with 6 additions and 3 deletions
|
@ -207,7 +207,7 @@ var _ = Describe("serveIndex", func() {
|
|||
serveIndex(ds, fs)(w, r)
|
||||
|
||||
config := extractAppConfig(w.Body.String())
|
||||
Expect(config).To(HaveKeyWithValue("devEnableScrobble", false))
|
||||
Expect(config).To(HaveKeyWithValue("devEnableScrobble", true))
|
||||
})
|
||||
|
||||
It("sets the lastFMApiKey", func() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue