refactor: fold auth and crypto into deezer domain
This commit is contained in:
@@ -17,7 +17,7 @@ type Session struct {
|
||||
Premium bool
|
||||
}
|
||||
|
||||
func Authenticate(ctx context.Context, arlCookie string) (*Session, error) {
|
||||
func authenticate(ctx context.Context, arlCookie string) (*Session, error) {
|
||||
jar, err := cookiejar.New(nil)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
|
||||
Reference in New Issue
Block a user