bug fixing

This commit is contained in:
2019-02-13 14:01:25 +01:00
parent b0f5698610
commit 445ec6e3ba
+1
View File
@@ -1662,6 +1662,7 @@ void cMainWindow::doUpdate(cSerieList& serieList)
}
}
lpSerieNew->setDownload(lpSerie->download());
lpSerieNew->setLocalPath(lpSerie->localPath());
for(int x = 0;x < lpSerieNew->seasonList().count();x++)
{
cSeason* lpSeasonNew = lpSerieNew->seasonList().at(x);