fix: fixed an issue where TheMovieDb exclude dropdown wasn't resetting itself

This commit is contained in:
tidusjar 2022-02-17 08:30:42 +00:00
commit 6820b97471

View file

@ -113,6 +113,7 @@ export class TheMovieDbComponent implements OnInit {
if (value) {
return this.tmdbService.getKeywords(value);
}
return [];
})
)
.subscribe((r) => (this.filteredTags = r));