no log: Add comment about empty code2 for unknown media

This commit is contained in:
Anderson Shindy Oki
2025-07-30 09:39:30 +09:00
parent 38903713e7
commit 0e3a55dc54

View File

@@ -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,