mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-29 23:46:01 -05:00
RAOP device discovery rework, remove add/remove branch & reindent
This commit is contained in:
parent
999066d703
commit
48de711301
@ -2986,9 +2986,9 @@ raop_device_cb(const char *name, const char *type, const char *domain, const cha
|
|||||||
raop_device_remove_family(name, id, family);
|
raop_device_remove_family(name, id, family);
|
||||||
|
|
||||||
pthread_mutex_unlock(&dev_lck);
|
pthread_mutex_unlock(&dev_lck);
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
else
|
|
||||||
{
|
|
||||||
p = keyval_get(txt, "tp");
|
p = keyval_get(txt, "tp");
|
||||||
if (!p)
|
if (!p)
|
||||||
{
|
{
|
||||||
@ -3162,7 +3162,6 @@ raop_device_cb(const char *name, const char *type, const char *domain, const cha
|
|||||||
|
|
||||||
pthread_mutex_unlock(&dev_lck);
|
pthread_mutex_unlock(&dev_lck);
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
/* Thread: player */
|
/* Thread: player */
|
||||||
static void *
|
static void *
|
||||||
|
Loading…
x
Reference in New Issue
Block a user