TheTVDB V2
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
#include "csearch.h"
|
||||
#include "ui_csearch.h"
|
||||
|
||||
#include "cthetvdb.h"
|
||||
#include "cthetvdbv2.h"
|
||||
|
||||
#include "cserie.h"
|
||||
@@ -39,7 +38,6 @@ void cSearch::on_m_lpSearchButton_clicked()
|
||||
lpDialog->setMessage("Searching");
|
||||
lpDialog->show();
|
||||
|
||||
cTheTVDB theTVDB;
|
||||
cTheTVDBV2 theTVDBV2;
|
||||
QList<cSerie*> serieList2 = theTVDBV2.search(ui->m_lpSearch->text());
|
||||
|
||||
|
||||
+2
-2
@@ -2,7 +2,7 @@
|
||||
#include "cserie.h"
|
||||
#include "cseason.h"
|
||||
#include "cepisode.h"
|
||||
#include "cthetvdb.h"
|
||||
#include "cthetvdbv2.h"
|
||||
#include "cmessagedialog.h"
|
||||
#include <QMessageBox>
|
||||
|
||||
@@ -34,7 +34,7 @@ void cUpdateThread::run()
|
||||
if(lpSerie)
|
||||
{
|
||||
emit updateMessage(lpSerie->seriesName(), x);
|
||||
cTheTVDB tvDB;
|
||||
cTheTVDBV2 tvDB;
|
||||
cSerie* lpSerieNew;
|
||||
|
||||
if(lpSerie->seriesID() != -1)
|
||||
|
||||
Reference in New Issue
Block a user