diff --git a/src/neutrino.cpp b/src/neutrino.cpp index b5397caff..98aa6214b 100644 --- a/src/neutrino.cpp +++ b/src/neutrino.cpp @@ -1328,6 +1328,10 @@ void CNeutrinoApp::upgradeSetup(const char * fname) g_settings.timeshift_delete = configfile.getInt32("auto_delete", 1); configfile.deleteKey("auto_delete"); } + if (g_settings.version_pseudo < "20190305000000") + { + configfile.deleteKey("channellist_primetime"); + } g_settings.version_pseudo = NEUTRINO_VERSION_PSEUDO; configfile.setString("version_pseudo", g_settings.version_pseudo); diff --git a/version_pseudo.h b/version_pseudo.h index 6bd44c022..fa7978798 100644 --- a/version_pseudo.h +++ b/version_pseudo.h @@ -1 +1 @@ -#define NEUTRINO_VERSION_PSEUDO "20190115000000" +#define NEUTRINO_VERSION_PSEUDO "20190305000000"