mirror of
https://github.com/owntone/owntone-server.git
synced 2025-05-23 10:31:56 -04:00
[player] Fixup commit 1f45967
This commit is contained in:
parent
1f45967481
commit
81c776fc4a
@ -2091,9 +2091,6 @@ playback_start_item(void *arg, int *retval)
|
|||||||
if (device->selected || outputs_priority(device) == 0 || device->session)
|
if (device->selected || outputs_priority(device) == 0 || device->session)
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
if (strcmp(device->name, "Stuen") != 0)
|
|
||||||
continue;
|
|
||||||
|
|
||||||
*retval = outputs_device_start(device, device_activate_cb, false);
|
*retval = outputs_device_start(device, device_activate_cb, false);
|
||||||
if (*retval < 0)
|
if (*retval < 0)
|
||||||
continue;
|
continue;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user