From a78af7d3dfa668a7cb5d8647980f78f4d285c8e9 Mon Sep 17 00:00:00 2001 From: Patrik Braun Date: Fri, 21 Jul 2017 00:00:47 +0200 Subject: [PATCH] improving loading --- common/entities/DirectoryDTO.ts | 1 + frontend/app/gallery/gallery.component.html | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/entities/DirectoryDTO.ts b/common/entities/DirectoryDTO.ts index f9ff366a..5404a8c6 100644 --- a/common/entities/DirectoryDTO.ts +++ b/common/entities/DirectoryDTO.ts @@ -6,6 +6,7 @@ export interface DirectoryDTO { path: string; lastModified: number; lastScanned: number; + scanned: boolean; parent: DirectoryDTO; directories: Array; photos: Array; diff --git a/frontend/app/gallery/gallery.component.html b/frontend/app/gallery/gallery.component.html index 6afe25d6..ed11df25 100644 --- a/frontend/app/gallery/gallery.component.html +++ b/frontend/app/gallery/gallery.component.html @@ -57,8 +57,7 @@