IrosTheBeggar / mStream

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

add albums on addAll() #365

Open fabi321 opened 2 years ago

ToxicFrog commented 10 months ago

It looks like this makes it so you can click the little [+] in the top right of the browser and have it recursively add everything, rather than just files? I'm going to try this out on my server and see how it goes.

fabi321 commented 10 months ago

Yes, it recursively iterates all albums if you press the plus button, just like folders are already iterated if you press the plus in the file view

ToxicFrog commented 10 months ago

File view doesn't do that, though. Clicking the + next to an individual folder will recurse in that folder but clicking the larger [+] in the top right does nothing. And upon testing, this PR doesn't change that - so I'm guessing it only affects album view and not file view?