Default sort for videos is now download date

pull/707/head
Isaac Abadi 3 years ago
parent efdd0dd228
commit 2e52ec22e0

@ -73,7 +73,7 @@ export class RecentVideosComponent implements OnInit {
'property': 'duration'
}
};
filterProperty = this.filterProperties['upload_date'];
filterProperty = this.filterProperties['registered'];
fileTypeFilter = 'both';
playlists = null;

Loading…
Cancel
Save