mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-12-23 23:59:04 -05:00
Fixed movie and series edit for media with unknown audio languages
This commit is contained in:
@@ -44,7 +44,7 @@ const ItemEditForm: FunctionComponent<Props> = ({
|
||||
const options = useSelectorOptions(
|
||||
item?.audio_language ?? [],
|
||||
(v) => v.name,
|
||||
(v) => v.code2,
|
||||
(v) => v.code2 ?? "",
|
||||
);
|
||||
|
||||
const isOverlayVisible = isPending || isFetching || item === null;
|
||||
|
||||
Reference in New Issue
Block a user