Atelaes / Mynda

An electron based media library
0 stars 0 forks source link

Subtitle updating is triggering when nothing has changed #88

Closed JohnMTorgerson closed 2 years ago

JohnMTorgerson commented 2 years ago

Probably something minor with the last commit.

JohnMTorgerson commented 2 years ago

Turns out this is supposed to happen (in cases where there are manually added subtitles or subtitles from outside the watchfolder) because it's comparing the saved subtitles with those automatically found in libFileTree; it just shouldn't have been updating the library unless the final set of subtitles was different from those already saved. Fixed.