summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins')
-rw-r--r--apps/plugins/stopwatch.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/plugins/stopwatch.c b/apps/plugins/stopwatch.c
index f4da7bf..f71c4fe 100644
--- a/apps/plugins/stopwatch.c
+++ b/apps/plugins/stopwatch.c
@@ -94,6 +94,10 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter)
else
{
button = rb->button_get_w_tmo(10);
+
+ /* Make sure that the jukebox isn't powered off
+ automatically */
+ rb->reset_poweroff_timer();
}
switch (button)
{