IrosTheBeggar / mStream

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

Issue when adding a new directory #414

Closed nguyenbnt closed 1 year ago

nguyenbnt commented 1 year ago

Hello there,

There is an issue when adding a new directory with the following code line in src/util/admin.js

config.program.folders[vpath] = memClone;

It should be:

config.program.folders[vpath] = memClone[vpath];

Regards,

image