In the SettingsValueViewController the key "formatlabel" is used to choose the right format to display slider values. In older versions of Kodi (e.g. 17.6) the format label had the form "%i ms" to display delays like "750 ms". In current Kodi 19.3 this format is changed to "{0:d} ms". This results in the slider not showing any number anymore, but always "{0:d} ms".
In the
SettingsValueViewControllerthe key"formatlabel"is used to choose the right format to display slider values. In older versions of Kodi (e.g. 17.6) the format label had the form"%i ms"to display delays like"750 ms".In current Kodi 19.3 this format is changed to"{0:d} ms".This results in the slider not showing any number anymore, but always"{0:d} ms".