Closed adralioh closed 2 years ago
Change the default value of the time_format setting in the mpd module so that it matches the default value used by TimeWrapper.
time_format
TimeWrapper
This fixes a bug where the seconds were incorrectly displaying as MS by default due to a typo.
MS
Before: 02:MS After: 2:06
02:MS
2:06
Reference: #819
Good catch.
Change the default value of the
time_format
setting in the mpd module so that it matches the default value used byTimeWrapper
.This fixes a bug where the seconds were incorrectly displaying as
MS
by default due to a typo.Before:
02:MS
After:2:06
Reference: #819