From: Tomas Mudrunka Date: Sat, 28 Feb 2026 20:49:31 +0000 (+0100) Subject: Pokus o opravu pomoci Cursor AI X-Git-Url: https://git.harvie.cz/?a=commitdiff_plain;h=abfb000e5884deba24cd322168a6ee46a4cace0b;p=mirrors%2FJukeBox.git Pokus o opravu pomoci Cursor AI --- 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;