We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbcccdc commit 5e3b8daCopy full SHA for 5e3b8da
server/server.go
@@ -110,6 +110,7 @@ func New(opts Options) (*Server, error) {
110
PodcastsPath: opts.PodcastPath,
111
CacheAudioPath: opts.CacheAudioPath,
112
CoverCachePath: opts.CoverCachePath,
113
+ LastFMClient: lastfmClient,
114
Scrobblers: []scrobble.Scrobbler{
115
lastfm.NewScrobbler(opts.DB, lastfmClient),
116
listenbrainz.NewScrobbler(),
0 commit comments