aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/plugins/Soundcloud.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/Soundcloud.cpp b/src/plugins/Soundcloud.cpp
index 37538ed..3fcb3b8 100644
--- a/src/plugins/Soundcloud.cpp
+++ b/src/plugins/Soundcloud.cpp
@@ -30,6 +30,7 @@ namespace QuickMedia {
std::string str;
if(hours >= 1) {
str = std::to_string(hours) + " hour" + (hours == 1 ? "" : "s");
+ minutes -= (hours * 60);
seconds -= (hours * 60 * 60);
}