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
View File
@@ -13,5 +13,6 @@ var Set = wire.NewSet(
NewArtistIndexRepository,
NewPlaylistRepository,
NewCheckSumRepository,
persistence.NewNowPlayingRepository,
persistence.NewMediaFolderRepository,
)