Fix wrong function call

pull/1966/head
BartS23 2022-06-16 08:48:40 +02:00 committed by GitHub
parent 8dc1dad867
commit ce62d98a26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ function getMonthList() {
Util.showModal("Deleting...");
Util.eraseStorage(filename,()=>{
Util.hideModal();
getTrackList();
getMonthList();
});
}
if (task=="downloadcsv") {