Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/photos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorxiangbin.li <dassio@icloud.com>2020-08-31 16:38:54 +0300
committernpmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>2020-08-31 18:32:57 +0300
commit5ca62727ac2681378becac931df787906659a229 (patch)
tree4226df06f86bf4ef326534dc84a5d9807d47f37f /src
parent9b878854d873ee7015e6036e8d911cf8230f3424 (diff)
check folder request result
Signed-off-by: xiangbin.li <dassio@icloud.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Diffstat (limited to 'src')
-rw-r--r--src/views/Albums.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/Albums.vue b/src/views/Albums.vue
index cf1360e7..348d2546 100644
--- a/src/views/Albums.vue
+++ b/src/views/Albums.vue
@@ -184,7 +184,7 @@ export default {
OCA.Files && OCA.Files.Sidebar.close && OCA.Files.Sidebar.close()
// if we don't already have some cached data let's show a loader
- if (!this.files[this.folderId]) {
+ if (!this.files[this.folderId] || !this.folders[this.folderId]) {
this.$emit('update:loading', true)
}
this.error = null