mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-06-11 01:22:33 +02:00
2018-06-26 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in 'RDStation::remove()' where the 'AUDIO_INPUTS' was failed to be purged of stale host entries.
This commit is contained in:
parent
c71ed5eccb
commit
a2f37d7b9a
@ -17068,3 +17068,6 @@
|
||||
2018-06-26 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Added support for filepath wildcards to the JACK client command
|
||||
lines.
|
||||
2018-06-26 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Fixed a bug in 'RDStation::remove()' where the 'AUDIO_INPUTS'
|
||||
was failed to be purged of stale host entries.
|
||||
|
@ -2053,7 +2053,7 @@ void RDStation::remove(const QString &name)
|
||||
q=new RDSqlQuery(sql);
|
||||
delete q;
|
||||
|
||||
sql=QString("delete from AUDIO_INPUT where ")+
|
||||
sql=QString("delete from AUDIO_INPUTS where ")+
|
||||
"STATION_NAME=\""+RDEscapeString(name)+"\"";
|
||||
q=new RDSqlQuery(sql);
|
||||
delete q;
|
||||
|
Loading…
x
Reference in New Issue
Block a user