mirror of
https://github.com/sakaljurgis/kodi-api-server.git
synced 2026-07-09 04:47:41 +00:00
migrations; torr search, dl, seed, delete; files scan, delete; configs
This commit is contained in:
@@ -12,7 +12,7 @@ export class LrtController {
|
||||
) {}
|
||||
|
||||
@Get()
|
||||
getLrtMenu(): ApiResponse {
|
||||
getLrtMenu(): Promise<ApiResponse> {
|
||||
return this.lrtService.getMainMenu();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user