diff --git a/src/neutrino.cpp b/src/neutrino.cpp index ad5f455bf..c45aa540a 100644 --- a/src/neutrino.cpp +++ b/src/neutrino.cpp @@ -1143,6 +1143,12 @@ void CNeutrinoApp::upgradeSetup(const char * fname) configfile.deleteKey("screen_width"); configfile.deleteKey("screen_height"); } + //NI + if (g_settings.version_pseudo < "20170516150000") + { + if (g_settings.movieplayer_bisection_jump == 1) + g_settings.movieplayer_bisection_jump = 5; + } 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 f72f31607..3cd859b22 100644 --- a/version_pseudo.h +++ b/version_pseudo.h @@ -1 +1 @@ -#define NEUTRINO_VERSION_PSEUDO "20170209181002" +#define NEUTRINO_VERSION_PSEUDO "20170516150000"