From a7aea69687eb268807aa4a86d9188004fe5cb6c7 Mon Sep 17 00:00:00 2001 From: pep Date: Tue, 28 Jul 2020 21:29:32 +0000 Subject: fixed minor thing --- public/assets/js/lib/views/details/files.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/assets/js/lib/views/details/files.js') diff --git a/public/assets/js/lib/views/details/files.js b/public/assets/js/lib/views/details/files.js index 98b9350..915f90b 100644 --- a/public/assets/js/lib/views/details/files.js +++ b/public/assets/js/lib/views/details/files.js @@ -21,7 +21,7 @@ var FilesView = FormView.extend({ } var total = 0, has_music = false - this.files = files || this.files + this.files = this.files.concat(files) this.thread = thread || this.thread this.files.forEach(function(file){ if (is_image(file.filename)) { -- cgit v1.2.3-70-g09d2