Fix regression in folder

cache
Varun Patil 2022-10-06 21:49:17 -07:00
parent ae0cce00cd
commit f65b08f8a5
1 changed files with 4 additions and 0 deletions

View File

@ -891,6 +891,10 @@ export default class Timeline extends Mixins(GlobalMixin, UserConfig) {
photo.flag |= this.c.FLAG_IS_FAVORITE;
delete photo.isfavorite;
}
if (photo.isfolder) {
photo.flag |= this.c.FLAG_IS_FOLDER;
delete photo.isfolder;
}
if (photo.istag) {
photo.flag |= this.c.FLAG_IS_TAG;
delete photo.istag;