mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-12-23 23:59:04 -05:00
no log: Add comment about empty code2 for unknown media
This commit is contained in:
@@ -41,6 +41,7 @@ const ItemEditForm: FunctionComponent<Props> = ({
|
||||
},
|
||||
});
|
||||
|
||||
// Item code2 may be undefined or null if the audio language is Unknown
|
||||
const options = useSelectorOptions(
|
||||
item?.audio_language ?? [],
|
||||
(v) => v.name,
|
||||
|
||||
Reference in New Issue
Block a user