« get me outta code hell

Fix --player not working - http-music - Command-line music player + utils (not a server!)
about summary refs log tree commit diff
path: root/src/play.js
diff options
context:
space:
mode:
authorliam4 <towerofnix@gmail.com>2017-07-24 20:30:40 -0300
committerliam4 <towerofnix@gmail.com>2017-07-24 20:30:40 -0300
commit39e0b6051e49165d56ba0e88484cb18f9f20de66 (patch)
tree8274512a6ecbfb553e1feaa2a457f1fec456d7d0 /src/play.js
parenta8ef887dbfaee530d13e86ff583393a4ddf88e93 (diff)
Fix --player not working
Diffstat (limited to 'src/play.js')
-rwxr-xr-xsrc/play.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/play.js b/src/play.js
index 6db8e68..a94e2aa 100755
--- a/src/play.js
+++ b/src/play.js
@@ -291,8 +291,6 @@ async function main(args) {
       playerCommand = util.nextArg()
     },
 
-    '-player': util => util.alias('-player-command'),
-
     '-play-opts': function(util) {
       // --play-opts <opts>
       // Sets command line options passed to the `play` command.