Enable Last.fm scrobbling by default (still requires user's authorization)

This commit is contained in:
Deluan 2021-06-25 22:37:58 -04:00
parent 92634a7408
commit 26bcf0b877
3 changed files with 6 additions and 3 deletions

View file

@ -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() {