mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2025-02-02 10:36:45 +01:00
Remove unused variable
This commit is contained in:
parent
09bbf1f4d7
commit
d8f0ae0980
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user