diff options
Diffstat (limited to 'plugins/timer/init.lua')
-rw-r--r-- | plugins/timer/init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/timer/init.lua b/plugins/timer/init.lua index e7d7155b4c1..35dbb6431ac 100644 --- a/plugins/timer/init.lua +++ b/plugins/timer/init.lua @@ -38,7 +38,7 @@ function timer.startplugin() { '---', '', '' }, { _p("plugin-timer", "Current time"), sectohms(time), "off" }, { _p("plugin-timer", "Total time"), sectohms(total), "off" }, - { _p("plugin-timer", "Play Count"), play_count, "off" } }, + { _p("plugin-timer", "Play Count"), tostring(play_count), "off" } }, highlight, "idle" end |