From 445ec6e3bac7729b5ef8f58acaca67c66d14d0ce Mon Sep 17 00:00:00 2001 From: birkeh Date: Wed, 13 Feb 2019 14:01:25 +0100 Subject: [PATCH] bug fixing --- cmainwindow.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/cmainwindow.cpp b/cmainwindow.cpp index 78ae814..f47d2cf 100644 --- a/cmainwindow.cpp +++ b/cmainwindow.cpp @@ -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);