[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…
Reference in New Issue