You've already forked pigallery2
mirror of
https://github.com/bpatrik/pigallery2.git
synced 2025-12-01 22:52:06 +02:00
Implementing projected album cache #1015
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
|
||||
<!--Info box -->
|
||||
<div class="info rounded-bottom">
|
||||
{{album.name}} ({{album.count}})
|
||||
{{album.name}} ({{album.cache.itemCount}})
|
||||
<ng-icon *ngIf="CanUpdate && !album.locked"
|
||||
(click)="deleteAlbum($event)"
|
||||
class="info-button delete float-end"
|
||||
|
||||
Reference in New Issue
Block a user