Default sort for videos is now download date

This commit is contained in:
Isaac Abadi
2022-09-15 21:38:19 -04:00
parent efdd0dd228
commit 2e52ec22e0

View File

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