mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-09 05:34:58 -05:00
[player] Don't unselect disappeared speakers on exit/restart
With the new speaker selection philosophy we aim to preserve user choice, so we shouldn't unselect speakers just because they happen to be switched off when the server is restarted.
This commit is contained in:
@@ -3545,8 +3545,6 @@ player(void *arg)
|
||||
if (!player_exit)
|
||||
DPRINTF(E_LOG, L_PLAYER, "Player event loop terminated ahead of time!\n");
|
||||
|
||||
db_speaker_clear_all();
|
||||
|
||||
for (device = outputs_list(); device; device = device->next)
|
||||
{
|
||||
ret = db_speaker_save(device);
|
||||
|
||||
Reference in New Issue
Block a user