mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 10:36:54 -07:00
Fixed !wip
This commit is contained in:
parent
1664fc5bca
commit
1b103d9784
2 changed files with 3 additions and 1 deletions
|
@ -61,6 +61,8 @@ export class UserManagementUserComponent implements OnInit {
|
|||
movieRequestLimit: 0,
|
||||
userAccessToken: "",
|
||||
musicRequestLimit: 0,
|
||||
episodeRequestQuota: null,
|
||||
movieRequestQuota: null,
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -7,8 +7,8 @@ import { ConfirmationService, ConfirmDialogModule, MultiSelectModule, SidebarMod
|
|||
import { NgbModule } from "@ng-bootstrap/ng-bootstrap";
|
||||
|
||||
import { UpdateDetailsComponent } from "./updatedetails.component";
|
||||
import { UserManagementComponent } from "./usermanagement.component";
|
||||
import { UserManagementUserComponent } from "./usermanagement-user.component";
|
||||
import { UserManagementComponent } from "./usermanagement.component";
|
||||
|
||||
import { PipeModule } from "../pipes/pipe.module";
|
||||
import { IdentityService, PlexService } from "../services";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue