v1.1.3 #395

Merged
greg6775 merged 4 commits from greg-dev into master 2020-03-09 19:33:00 +01:00
Showing only changes of commit 081da47b71 - Show all commits

View file

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