mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-20 13:13:19 +03:00
Added ability to download files for recent videos component
Updated styling for unified file card (elevation on hover)
This commit is contained in:
@@ -14,10 +14,11 @@ export class UnifiedFileCardComponent implements OnInit {
|
||||
file_length = '';
|
||||
file_thumbnail = '';
|
||||
type = null;
|
||||
use_youtubedl_archive = false;
|
||||
elevated = false;
|
||||
|
||||
@Input() file_obj = null;
|
||||
@Input() card_size = 'medium';
|
||||
@Input() use_youtubedl_archive = false;
|
||||
@Output() goToFile = new EventEmitter<any>();
|
||||
@Output() goToSubscription = new EventEmitter<any>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user