summaryrefslogtreecommitdiff
path: root/clMonty.py
diff options
context:
space:
mode:
Diffstat (limited to 'clMonty.py')
-rw-r--r--clMonty.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/clMonty.py b/clMonty.py
index 46ddbc4..44c63d6 100644
--- a/clMonty.py
+++ b/clMonty.py
@@ -69,7 +69,7 @@ class Monty(QtCore.QObject):
self._updateLib()
self._updatePlaylist()
self._updateCurrentSong()
- self._timerID=self.startTimer(200)
+ self._timerID=self.startTimer(500)
except Exception:
print_exc()
self._raiseEvent('onStateChange', {'oldState':'stop', 'newState':self.getStatus()['state']})