Skip to content

Commit 5e3b8da

Browse files
committed
add lastfm client to subsonic controller
1 parent dbcccdc commit 5e3b8da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/server.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ func New(opts Options) (*Server, error) {
110110
PodcastsPath: opts.PodcastPath,
111111
CacheAudioPath: opts.CacheAudioPath,
112112
CoverCachePath: opts.CoverCachePath,
113+
LastFMClient: lastfmClient,
113114
Scrobblers: []scrobble.Scrobbler{
114115
lastfm.NewScrobbler(opts.DB, lastfmClient),
115116
listenbrainz.NewScrobbler(),

0 commit comments

Comments
 (0)