mirror of
https://github.com/owntone/owntone-server.git
synced 2025-02-05 02:38:09 -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);
|
||||
|
||||
pthread_mutex_unlock(&dev_lck);
|
||||
return;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
p = keyval_get(txt, "tp");
|
||||
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);
|
||||
}
|
||||
}
|
||||
|
||||
/* Thread: player */
|
||||
static void *
|
||||
|
Loading…
x
Reference in New Issue
Block a user