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(),