IMPORTANT

This commit is contained in:
GregTCLTK 2020-03-09 19:10:15 +01:00
parent 6489ad6cc5
commit 081da47b71
No known key found for this signature in database
GPG key ID: A91BADE5C070FF67

View file

@ -162,5 +162,4 @@ public class AudioManager {
s = s - (minutes * 60); s = s - (minutes * 60);
return (hours == 0 ? "" : hours + ":") + String.format("%02d", minutes) + ":" + String.format("%02d", s); return (hours == 0 ? "" : hours + ":") + String.format("%02d", minutes) + ":" + String.format("%02d", s);
} }
} }