SQL/Orm AlbumRepository complete

This commit is contained in:
Deluan
2020-01-12 18:55:55 -05:00
committed by Deluan Quintão
parent 56273dd4d9
commit b9815fc653
9 changed files with 196 additions and 19 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ func CreateSubsonicAPIRouter(p persistence.ProviderIdentifier) *api.Router {
}
func createSQLProvider() *Provider {
albumRepository := db_ledis.NewAlbumRepository()
albumRepository := db_sql.NewAlbumRepository()
artistRepository := db_sql.NewArtistRepository()
checkSumRepository := db_ledis.NewCheckSumRepository()
artistIndexRepository := db_ledis.NewArtistIndexRepository()