DillonWall / generate-batch-audio-anki-addon

An addon that downloads and attaches audio to flashcards in bulk from URLs. Made for Anki, an SRS flashcard application
https://ankiweb.net/shared/info/1156270186
Apache License 2.0
14 stars 6 forks source link

Revert "Fix anki crash when deleting audio sources" #9

Closed DillonWall closed 1 year ago

DillonWall commented 1 year ago

Reverts DillonWall/generate-batch-audio-anki-addon#7

@B0sh

Actually, after further testing there is a bug where adding a new source adds one with the same position number as the previous source, which leads to having a duplicate source number and further leads to bugs related to that.

Going to revert for now, but will look into implementing these changes with this bug fixed.

Temporary workaround to the previous source list: Only delete sources from the end of the list, if deleting from the middle, it will cause bugs

B0sh commented 1 year ago

Dang, well I'm sure the fix for that has something do with the area of the code I changed. I'm pretty busy right now but if I get some free time I might give another crack at it. I'm surprised I didn't noticed that when I was testing