« get me outta code hell

get rid of a dead argument - mtui - Music Text User Interface - user-friendly command line music player
about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFlorrie <towerofnix@gmail.com>2020-02-04 21:53:30 -0400
committerFlorrie <towerofnix@gmail.com>2020-02-04 21:53:30 -0400
commit3789eab2f1322206011e89fa5e1f4afeacad0099 (patch)
tree8b405e252911b25b25cec39eee28b4c02aa851f1
parent01fe08528446f7dbc64c2b662967796ed7607d01 (diff)
get rid of a dead argument
-rw-r--r--ui.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui.js b/ui.js
index 1789c35..9dba6d6 100644
--- a/ui.js
+++ b/ui.js
@@ -508,7 +508,7 @@ class AppElement extends FocusElement {
   handleReceivedTimeData(data, queuePlayer) {
     const PIE = this.getPlaybackInfoElementForQueuePlayer(queuePlayer)
     if (PIE) {
-      PIE.updateProgress(data)
+      PIE.updateProgress()
     }
 
     if (queuePlayer === this.SQP) {