mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-22 22:23:34 -07:00
fix: fixed an issue where TheMovieDb exclude dropdown wasn't resetting itself
This commit is contained in:
parent
fd2765516f
commit
6820b97471
1 changed files with 1 additions and 0 deletions
|
@ -113,6 +113,7 @@ export class TheMovieDbComponent implements OnInit {
|
|||
if (value) {
|
||||
return this.tmdbService.getKeywords(value);
|
||||
}
|
||||
return [];
|
||||
})
|
||||
)
|
||||
.subscribe((r) => (this.filteredTags = r));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue