IrosTheBeggar / mStream

The easiest music streaming server available
http://mstream.io
GNU General Public License v3.0
2.22k stars 188 forks source link

Fix another add-directory error #346

Closed ericpaulbishop closed 3 years ago

ericpaulbishop commented 3 years ago

There's another spot where input.vpath needs to be replaced by input.value.vpath in the code for adding a directory, otherwise it doesn't get scanned properly.

IrosTheBeggar commented 3 years ago

Good catch, thanks for making a PR