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 committed by Joe Stump
parent 6959412840
commit df0ba725c1
No known key found for this signature in database
GPG Key ID: 29151C3EC48A0EB9

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