mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-16 13:31:28 +03:00
Default sort for videos is now download date
This commit is contained in:
@@ -73,7 +73,7 @@ export class RecentVideosComponent implements OnInit {
|
|||||||
'property': 'duration'
|
'property': 'duration'
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
filterProperty = this.filterProperties['upload_date'];
|
filterProperty = this.filterProperties['registered'];
|
||||||
fileTypeFilter = 'both';
|
fileTypeFilter = 'both';
|
||||||
|
|
||||||
playlists = null;
|
playlists = null;
|
||||||
|
|||||||
Reference in New Issue
Block a user