mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-26 15:20:29 +01:00
2021-02-25 Fred Gleason <fredg@paravelsystems.com>
* Fixed regressions in rdairplay(1), rdcastmanager(1) and rdcatch(1) where configuration changes would not be updated properly. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -2206,7 +2206,7 @@ void MainWidget::SetActionMode(StartButton::Mode mode)
|
||||
air_panel->setActionMode(RDAirPlayConf::Normal);
|
||||
}
|
||||
if(air_cart_dialog->
|
||||
exec(&air_add_cart,RDCart::All,air_log[0]->serviceName(),NULL)==0) {
|
||||
exec(&air_add_cart,RDCart::All,air_log[0]->serviceName(),NULL)) {
|
||||
SetActionMode(StartButton::AddTo);
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user