mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
dont switch to treeview on play into next folder
This commit is contained in:
parent
e74ad5132a
commit
6b2720fab0
|
@ -3714,6 +3714,7 @@ function tree_neigh(n) {
|
|||
if (!links.length) {
|
||||
treectl.dir_cb = function () {
|
||||
tree_neigh(n);
|
||||
treectl.detree();
|
||||
};
|
||||
treectl.entree(null, true);
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue