Implements NowPlayingRepository as an in-memory only struct

This commit is contained in:
Deluan
2020-01-10 21:45:17 -05:00
committed by Deluan Quintão
parent c9be5f7201
commit cead8906d6
10 changed files with 156 additions and 7 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ import (
var allProviders = wire.NewSet(
itunesbridge.NewItunesControl,
db_ledis.Set,
//db_ledis.Set,
db_storm.Set,
engine.Set,
scanner.Set,