Implement Last.FM Desktop Auth flow endpoints

This commit is contained in:
Deluan
2021-06-18 18:27:15 -04:00
committed by Deluan Quintão
parent 8ee5c1f245
commit 502a719e96
8 changed files with 224 additions and 16 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ package tests
import "github.com/navidrome/navidrome/model"
type MockedPropertyRepo struct {
model.UserRepository
model.PropertyRepository
data map[string]string
err error
}