diff --git a/bin/channel_run.inc b/bin/channel_run.inc index 5216ac06..d96ac15b 100644 --- a/bin/channel_run.inc +++ b/bin/channel_run.inc @@ -478,7 +478,7 @@ function usage() echo "\n-c {CHANNEL ID}\t"; echo T_('Channel id to start'); echo "\n-p {PORT}\t"; - echo T_('Listening port. Default get an available port automatically'); + echo T_('Listening port, default get an available port automatically'); echo "\n-v\t"; echo T_('Verbose'); echo "\n"; diff --git a/bin/websocket_run.inc b/bin/websocket_run.inc index 388e67da..abc60442 100644 --- a/bin/websocket_run.inc +++ b/bin/websocket_run.inc @@ -63,7 +63,7 @@ function usage() echo T_("Usage: websocket_run.inc [-p {PORT}|-v]"); echo "\n\t"; echo "\n-p {PORT}\t"; - echo T_('Listening port. Default 8100.'); + echo T_('Listening port, default 8100'); echo "\n-v\t"; echo T_('Verbose'); echo "\n"; diff --git a/config/ampache-doped.cfg.php.dist b/config/ampache-doped.cfg.php.dist index f21bb221..23e9f22b 100644 --- a/config/ampache-doped.cfg.php.dist +++ b/config/ampache-doped.cfg.php.dist @@ -408,7 +408,7 @@ wanted_types = "album,official" ; Web Socket address ; Declare the web socket server address ; DEFAULT: determined automatically -;websocket_address = "ws://localhost:8080" +;websocket_address = "ws://localhost:8100" ; Amazon base urls ; An array of Amazon sites to search.