mirror of
https://github.com/navidrome/navidrome.git
synced 2025-06-05 18:03:10 +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
@ -45,6 +45,7 @@ func (p *players) Register(ctx context.Context, id, client, userAgent, ip string
|
|||||||
UserId: user.ID,
|
UserId: user.ID,
|
||||||
Client: client,
|
Client: client,
|
||||||
ScrobbleEnabled: true,
|
ScrobbleEnabled: true,
|
||||||
|
ReportRealPath: true,
|
||||||
}
|
}
|
||||||
log.Info(ctx, "Registering new player", "id", plr.ID, "client", client, "username", userName(ctx), "type", userAgent)
|
log.Info(ctx, "Registering new player", "id", plr.ID, "client", client, "username", userName(ctx), "type", userAgent)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user