Compare commits
2 commits
master
...
patch-0.2.
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6ccede1e88 | ||
|
|
19207dc1cb |
2 changed files with 1 additions and 4 deletions
|
|
@ -2,7 +2,7 @@
|
|||
"name": "groovebasin",
|
||||
"description": "No-nonsense music client and daemon based on mpd",
|
||||
"author": "Andrew Kelley <superjoe30@gmail.com>",
|
||||
"version": "0.2.0",
|
||||
"version": "0.2.1",
|
||||
"licenses": [
|
||||
{
|
||||
"type": "MIT",
|
||||
|
|
|
|||
|
|
@ -38,9 +38,6 @@ module.exports = class Upload extends Plugin
|
|||
unless conf.bind_to_address?.unix_socket?
|
||||
@is_enabled = false
|
||||
console.warn "bind_to_address does not have a unix socket enabled in #{conf_path}. Uploading disabled."
|
||||
unless conf.bind_to_address?.network is "localhost"
|
||||
@is_enabled = false
|
||||
console.warn "bind_to_address does not have a definition that is 'localhost' in #{conf_path}. Uploading disabled."
|
||||
if conf.music_directory?
|
||||
@music_lib_path = conf.music_directory
|
||||
else
|
||||
|
|
|
|||
Loading…
Reference in a new issue