mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-16 01:03:16 -05:00
[mpd] Cosmetic changes: fix indentation, use bool instead of int
This commit is contained in:
parent
a0a6b7d473
commit
360439f448
@ -148,7 +148,7 @@ static const char * const ffmpeg_mime_types[] = { "application/flv", "applicatio
|
|||||||
struct mpd_client_ctx
|
struct mpd_client_ctx
|
||||||
{
|
{
|
||||||
// True if the connection is already authenticated or does not need authentication
|
// True if the connection is already authenticated or does not need authentication
|
||||||
int authenticated;
|
bool authenticated;
|
||||||
|
|
||||||
// The events the client needs to be notified of
|
// The events the client needs to be notified of
|
||||||
short events;
|
short events;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user