mirror of
https://github.com/Kareadita/Kavita.git
synced 2025-07-09 03:04:19 -04:00
One more small bug (#3175)
This commit is contained in:
parent
868582da58
commit
72c20fb54f
@ -398,6 +398,9 @@ export class LibrarySettingsModalComponent implements OnInit {
|
|||||||
case Action.GenerateColorScape:
|
case Action.GenerateColorScape:
|
||||||
await this.actionService.refreshLibraryMetadata(this.library!, undefined, false);
|
await this.actionService.refreshLibraryMetadata(this.library!, undefined, false);
|
||||||
break;
|
break;
|
||||||
|
case (Action.AnalyzeFiles):
|
||||||
|
await this.actionService.analyzeFiles(this.library!);
|
||||||
|
break;
|
||||||
case Action.Delete:
|
case Action.Delete:
|
||||||
await this.actionService.deleteLibrary(this.library!, () => {
|
await this.actionService.deleteLibrary(this.library!, () => {
|
||||||
this.modal.dismiss();
|
this.modal.dismiss();
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"openapi": "3.0.1",
|
"openapi": "3.0.1",
|
||||||
"info": {
|
"info": {
|
||||||
"title": "Kavita",
|
"title": "Kavita",
|
||||||
"description": "Kavita provides a set of APIs that are authenticated by JWT. JWT token can be copied from local storage. Assume all fields of a payload are required. Built against v0.8.2.11",
|
"description": "Kavita provides a set of APIs that are authenticated by JWT. JWT token can be copied from local storage. Assume all fields of a payload are required. Built against v0.8.2.12",
|
||||||
"license": {
|
"license": {
|
||||||
"name": "GPL-3.0",
|
"name": "GPL-3.0",
|
||||||
"url": "https://github.com/Kareadita/Kavita/blob/develop/LICENSE"
|
"url": "https://github.com/Kareadita/Kavita/blob/develop/LICENSE"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user