mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-03-18 02:30:55 +03:00
Rename last few active API routes
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import { Component, OnInit } from '@angular/core';
|
||||
import { PostsService } from 'app/posts.services';
|
||||
import { MatSnackBar } from '@angular/material/snack-bar';
|
||||
import type { UpdaterStatus } from '../../../api-types';
|
||||
|
||||
@Component({
|
||||
selector: 'app-update-progress-dialog',
|
||||
@@ -9,7 +10,7 @@ import { MatSnackBar } from '@angular/material/snack-bar';
|
||||
})
|
||||
export class UpdateProgressDialogComponent implements OnInit {
|
||||
|
||||
updateStatus = null;
|
||||
updateStatus: UpdaterStatus = null;
|
||||
updateInterval = 250;
|
||||
errored = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user