feat(server): enable "Report Real Path" by default

Signed-off-by: Deluan <deluan@navidrome.org>
This commit is contained in:
Deluan 2024-12-01 17:02:15 -05:00
parent cbf5e3d51b
commit c94def801e

View file

@ -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)
}