mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-03-07 20:10:03 +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'
|
||||
}
|
||||
};
|
||||
filterProperty = this.filterProperties['upload_date'];
|
||||
filterProperty = this.filterProperties['registered'];
|
||||
fileTypeFilter = 'both';
|
||||
|
||||
playlists = null;
|
||||
|
||||
Reference in New Issue
Block a user