Skip to content

VLCTime: fix return value for length of 1 hour

Felix Paul Kühne requested to merge fkuehne/VLCKit:vlctime-fix into master

Previously, we returned only the minutes and seconds for anything longer than an hour in subsecond mode and '00:00' as string value if the time matches exactly one hour.

Merge request reports