From 5e3b8daf96034a706ae5edbebc03c5d75623089d Mon Sep 17 00:00:00 2001 From: sentriz Date: Mon, 22 May 2023 13:05:34 +0100 Subject: [PATCH] add lastfm client to subsonic controller --- server/server.go | 1 + 1 file changed, 1 insertion(+) diff --git a/server/server.go b/server/server.go index 05d7f24..56d8b39 100644 --- a/server/server.go +++ b/server/server.go @@ -110,6 +110,7 @@ func New(opts Options) (*Server, error) { PodcastsPath: opts.PodcastPath, CacheAudioPath: opts.CacheAudioPath, CoverCachePath: opts.CoverCachePath, + LastFMClient: lastfmClient, Scrobblers: []scrobble.Scrobbler{ lastfm.NewScrobbler(opts.DB, lastfmClient), listenbrainz.NewScrobbler(),