[mythtv-commits] [MythTV/mythtv] 0fd4b0: Convert StartupScreenDelay to milliseconds

kmdewaal noreply at github.com
Sat Jun 12 21:05:52 UTC 2021


  Branch: refs/heads/master
  Home:   https://github.com/MythTV/mythtv
  Commit: 0fd4b0ec6e6ce8ab18fe63af561cf27b45f94525
      https://github.com/MythTV/mythtv/commit/0fd4b0ec6e6ce8ab18fe63af561cf27b45f94525
  Author: Klaas de Waal <kdewaal at mythtv.org>
  Date:   2021-06-12 (Sat, 12 Jun 2021)

  Changed paths:
    M mythtv/libs/libmyth/mythcontext.cpp

  Log Message:
  -----------
  Convert StartupScreenDelay to milliseconds

The setting StartupScreendelay is stored in seconds in the database.
The code that uses the delay expects a time value in milliseconds.
After reading the value convert from seconds to milliseconds.
This conversion has been missing since commit 0af8edc0a3020875c17c289683500b2a44d35082
"Convert startup screen delay to std::chrono. (37)" on Jan 25, 2021.




More information about the mythtv-commits mailing list