mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-04 13:07:36 +03:00
feat(server): enable "Report Real Path" by default
Signed-off-by: Deluan <deluan@navidrome.org>
This commit is contained in:
parent
cbf5e3d51b
commit
c94def801e
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ func (p *players) Register(ctx context.Context, id, client, userAgent, ip string
|
|||
UserId: user.ID,
|
||||
Client: client,
|
||||
ScrobbleEnabled: true,
|
||||
ReportRealPath: true,
|
||||
}
|
||||
log.Info(ctx, "Registering new player", "id", plr.ID, "client", client, "username", userName(ctx), "type", userAgent)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue