mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-06 20:01:27 +03:00
Take out import type
This commit is contained in:
@@ -91,7 +91,7 @@ export class CustomPlaylistsComponent implements OnInit {
|
||||
this.getAllPlaylists();
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
editPlaylistDialog(args) {
|
||||
const playlist = args.playlist;
|
||||
const index = args.index;
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import { Component, OnInit } from '@angular/core';
|
||||
import { PostsService } from 'app/posts.services';
|
||||
import { Router } from '@angular/router';
|
||||
import type { FileType } from '../../../api-types';
|
||||
import { FileType } from '../../../api-types';
|
||||
|
||||
@Component({
|
||||
selector: 'app-recent-videos',
|
||||
|
||||
Reference in New Issue
Block a user