Closed shenlebantongying closed 3 days ago
Sample dict file -> .lsa from https://sourceforge.net/projects/goldendict/files/dictionary%20content/1.1/
The code executed to line 27
The isAudioUrl returns false.
I think for gdau links, it should unconditionally return true without doing the Filetype::isNameOfSound
gdau
Filetype::isNameOfSound
https://github.com/xiaoyifang/goldendict-ng/blob/bb87c55b1a3725f8f11f242c534373d8585b25e2/src/common/utils.hh#L262-L263
Observed bug: Pronounce button not active and auto pronounce doesn't work.
yes, I agree.
Sample dict file -> .lsa from https://sourceforge.net/projects/goldendict/files/dictionary%20content/1.1/
The code executed to line 27
The isAudioUrl returns false.
I think for
gdau
links, it should unconditionally return true without doing theFiletype::isNameOfSound
https://github.com/xiaoyifang/goldendict-ng/blob/bb87c55b1a3725f8f11f242c534373d8585b25e2/src/common/utils.hh#L262-L263
Observed bug: Pronounce button not active and auto pronounce doesn't work.