fallbacksrc: Retry fallback stream on errors too

It was retrying but then nonetheless handling the error as fatal.
This commit is contained in:
Sebastian Dröge 2022-10-04 16:42:14 +03:00 committed by Sebastian Dröge
parent f85321ce9f
commit 9719b055c5

View file

@ -2732,6 +2732,7 @@ impl FallbackSrc {
drop(state_guard);
element.notify("status");
element.notify("statistics");
return true;
}
}