One more small bug (#3175)
This commit is contained in:
parent
868582da58
commit
72c20fb54f
2 changed files with 4 additions and 1 deletions
|
@ -398,6 +398,9 @@ export class LibrarySettingsModalComponent implements OnInit {
|
|||
case Action.GenerateColorScape:
|
||||
await this.actionService.refreshLibraryMetadata(this.library!, undefined, false);
|
||||
break;
|
||||
case (Action.AnalyzeFiles):
|
||||
await this.actionService.analyzeFiles(this.library!);
|
||||
break;
|
||||
case Action.Delete:
|
||||
await this.actionService.deleteLibrary(this.library!, () => {
|
||||
this.modal.dismiss();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue