SQL/Orm PropertyRepository complete

This commit is contained in:
Deluan
2020-01-12 21:46:40 -05:00
committed by Deluan Quintão
parent 3d706e3e98
commit 5d519dcecf
5 changed files with 88 additions and 2 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ var Set = wire.NewSet(
NewAlbumRepository,
NewArtistIndexRepository,
NewCheckSumRepository,
db_ledis.NewPropertyRepository,
NewPropertyRepository,
db_ledis.NewPlaylistRepository,
persistence.NewNowPlayingRepository,
persistence.NewMediaFolderRepository,