lujjjh / iLyrics

A third-party iTunes addon to show the lyrics on the desktop.
MIT License
118 stars 13 forks source link

fix display bug, when timeline is [xx:xx.xxx] instead of [xx:xx.xx] #16

Closed yuezhao238 closed 7 months ago

yuezhao238 commented 7 months ago

Lyrics cannot be displayed when the time format of lyrics is [xx:xx.xxx] before the format is unified as [xx:xx.xx].

yuezhao238 commented 7 months ago

error caused by ntapi. can be safely changed to ntapi v0.4.1

yuezhao238 commented 7 months ago

I used to use ntapi v0.4.1 to run correctly on my computer, now I have executed cargo update instead, which I think is a more canonical way

lujjjh commented 7 months ago

Thank you very much!