Authenticate Subsonic API calls using the DB

This commit is contained in:
Deluan
2020-01-20 13:35:59 -05:00
parent 50c7d3800a
commit 99c28731d4
13 changed files with 210 additions and 93 deletions
+1
View File
@@ -11,4 +11,5 @@ var Set = wire.NewSet(
NewScrobbler,
NewSearch,
NewNowPlayingRepository,
NewUsers,
)