Moved Pexels API Requests to API Proxy. Closes #11

This commit is contained in:
Digital Artifex
2025-11-20 00:13:54 -05:00
parent 1b3f272004
commit df6fe5a000
5 changed files with 8 additions and 12 deletions

View File

@@ -123,7 +123,7 @@ void KomplexSearchModel::downloadMedia(QString fileLocation, QString fileUrl)
return;
}
if(!file.write(data) != data.length())
if(file.write(data) != data.length())
{
file.close();
qWarning() << QStringLiteral("Could not write file to download").arg(type.toUpper());