mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-28 08:05:56 -05:00
[airplay] Change logging for devices that don't have AirPlay 2 features field
Closes #1167 re announcement from Kodi
This commit is contained in:
parent
74f4b2c8b2
commit
754f69bb10
@ -4086,7 +4086,7 @@ airplay_device_cb(const char *name, const char *type, const char *domain, const
|
|||||||
features = keyval_get(txt, "features");
|
features = keyval_get(txt, "features");
|
||||||
if (!features || !strchr(features, ','))
|
if (!features || !strchr(features, ','))
|
||||||
{
|
{
|
||||||
DPRINTF(E_LOG, L_AIRPLAY, "AirPlay device '%s' error: Missing/unexpected 'features' in TXT field\n", name);
|
DPRINTF(E_WARN, L_AIRPLAY, "Not using AirPlay 2 for device '%s' as it does not have required 'features' in TXT field\n", name);
|
||||||
goto free_rd;
|
goto free_rd;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user