Fix my videos search on refresh

This commit is contained in:
Chocobozzz 2021-10-15 10:30:39 +02:00
parent bacb544dbb
commit ca44cb3692
No known key found for this signature in database
GPG Key ID: 583A612D890159BE

View File

@ -75,6 +75,10 @@ export class MyVideosComponent implements OnInit, DisableForReuseHook {
this.buildActions()
this.user = this.authService.getUser()
if (this.route.snapshot.queryParams['search']) {
this.search = this.route.snapshot.queryParams['search']
}
}
onSearch (search: string) {