Scanner Stuff Again (#3003)
This commit is contained in:
parent
59699e17e2
commit
12ec980204
8 changed files with 99 additions and 97 deletions
|
@ -241,7 +241,6 @@ export class LibraryDetailComponent implements OnInit {
|
|||
async handleAction(action: ActionItem<Library>, library: Library) {
|
||||
let lib: Partial<Library> = library;
|
||||
if (library === undefined) {
|
||||
//lib = {id: this.libraryId, name: this.libraryName}; // BUG: We need the whole library for editLibrary
|
||||
this.libraryService.getLibrary(this.libraryId).subscribe(async library => {
|
||||
switch (action.action) {
|
||||
case(Action.Scan):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue