mirror of
https://github.com/MasterAcnolo/Freedom-Loader.git
synced 2026-07-29 18:25:47 +02:00
Feat: Implement playlist download count tracking during downloads with UI updates
This commit is contained in:
@@ -118,4 +118,7 @@ function resetProgressBar() {
|
||||
|
||||
const speedElement = document.getElementById("downloadSpeedText");
|
||||
if (speedElement) speedElement.style.display = "none";
|
||||
|
||||
const playlistInfoElement = document.getElementById("playlistInfoText");
|
||||
if (playlistInfoElement) playlistInfoElement.style.display = "none";
|
||||
}
|
||||
Reference in New Issue
Block a user