From abfb000e5884deba24cd322168a6ee46a4cace0b Mon Sep 17 00:00:00 2001 From: Tomas Mudrunka Date: Sat, 28 Feb 2026 21:49:31 +0100 Subject: [PATCH] Pokus o opravu pomoci Cursor AI --- index.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/index.php b/index.php index 83dae1e..0c8bc8d 100755 --- a/index.php +++ b/index.php @@ -471,6 +471,10 @@ href="?download&recursive&playlist&dir= 1) { + $itemsf = []; + $itemsd = []; +} $dd = opendir($dir); for($s=2;$s;$s--) { while(($item = readdir($dd)) != false) { if($item == '.' || $item == '..') continue; -- 2.39.5