Remove unused variable

This commit is contained in:
Jonas Kvinge 2021-07-11 01:11:25 +02:00
parent 09bbf1f4d7
commit d8f0ae0980
1 changed files with 0 additions and 1 deletions

View File

@ -68,7 +68,6 @@ void RadioBackend::AddChannels(const RadioChannelList &channels) {
QSqlQuery q(db);
q.prepare(QString("INSERT INTO radio_channels (source, name, url, thumbnail_url) VALUES (:source, :name, :url, :thumbnail_url)"));
RadioChannelList streams;
for (const RadioChannel &channel : channels) {
q.bindValue(":source", channel.source);
q.bindValue(":name", channel.name);