dont switch to treeview on play into next folder

This commit is contained in:
ed 2022-05-18 19:24:47 +02:00
parent e74ad5132a
commit 6b2720fab0

View file

@ -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;