Server controllers: remove unused libraryName variable

This commit is contained in:
Igor Kushnir
2021-02-05 17:40:58 +02:00
parent 0925771f05
commit f60e17674e
7 changed files with 0 additions and 11 deletions

View File

@ -19,7 +19,6 @@ void FolderInfoControllerV2::service(HttpRequest &request, HttpResponse &respons
QString path = QUrl::fromPercentEncoding(request.getPath()).toUtf8();
QStringList pathElements = path.split('/');
int libraryId = pathElements.at(3).toInt();
QString libraryName = DBHelper::getLibraryName(libraryId);
qulonglong parentId = pathElements.at(5).toULongLong();
serviceComics(libraryId, parentId, response);