Refactor: Consolidate scrobbling logic in play_tracker

This commit is contained in:
Deluan
2021-06-22 23:56:29 -04:00
committed by Deluan Quintão
parent 76acd7da89
commit 056f0b944f
11 changed files with 243 additions and 120 deletions
+1 -1
View File
@@ -18,6 +18,6 @@ var Set = wire.NewSet(
NewPlayers,
agents.New,
transcoder.New,
scrobbler.GetBroker,
scrobbler.GetPlayTracker,
NewShare,
)