WIP
This commit is contained in:
parent
82fd651374
commit
c403c32766
@ -242,7 +242,7 @@ class AnkiBridge:
|
|||||||
if note is None:
|
if note is None:
|
||||||
return
|
return
|
||||||
|
|
||||||
if audio is not None:
|
if audio is not None and len(audio['fields']) > 0:
|
||||||
data = audioDownload(**audio)
|
data = audioDownload(**audio)
|
||||||
if data is not None and not audioIsPlaceholder(data):
|
if data is not None and not audioIsPlaceholder(data):
|
||||||
audioInject(note, **audio)
|
audioInject(note, **audio)
|
||||||
|
Loading…
Reference in New Issue
Block a user