Merge branch 'feature-newApi-daiyb' into dev
This commit is contained in:
commit
53b26a3972
@ -37,6 +37,11 @@ func MediaUserList(ctx *gin.Context) {
|
||||
service.Error(ctx, err)
|
||||
return
|
||||
}
|
||||
go func() {
|
||||
for _, v := range resp.Data {
|
||||
_ = SyncAsAuth(v.ArtistUuid)
|
||||
}
|
||||
}()
|
||||
service.Success(ctx, resp)
|
||||
return
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user