mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-13 16:11:29 +03:00
Recent videos now supports 2 card sizes
This commit is contained in:
@@ -12,6 +12,7 @@ export class RecentVideosComponent implements OnInit {
|
||||
normal_files_received = false;
|
||||
subscription_files_received = false;
|
||||
files: any[] = null;
|
||||
card_size = 'medium';
|
||||
|
||||
constructor(private postsService: PostsService, private router: Router) { }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user