1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-20 21:54:58 -04:00

Fix v5 language select and filtering

This commit is contained in:
Mark McDowall
2026-03-08 17:36:46 -07:00
parent 494f446b05
commit cd1aeefc4f
4 changed files with 23 additions and 13 deletions
@@ -32,8 +32,8 @@ function SelectLanguageModalContent(props: SelectLanguageModalContentProps) {
isFetched: isPopulated,
error,
} = useFilteredLanguages({
includeAny: true,
includeOriginal: true,
Any: true,
Original: true,
});
const [languageIds, setLanguageIds] = useState(props.languageIds);