ukdtom / WebTools.bundle

WebTools is a collection of tools for Plex Media Server. Like the Unsupported AppStore (UAS)
https://forums.plex.tv/discussion/288191
Mozilla Public License 2.0
1.3k stars 170 forks source link

Subs delete #415

Closed ukdtom closed 6 years ago

ukdtom commented 7 years ago

If you delete a sub, the correct sub is deleted, and then the GUI refresh.

But sadly, if looking at a movie with: Sub0, Sub1, Sub2, Sub3, and you delete Sub1, then GUI after the refresh shows Sub0 was removed.

Leaving sub module, and then re-enter, shows corrects subs though, so suspect, that the refresh routine forgot that the array starts with pos. 0, and not 1?

ukdtom commented 7 years ago

Ref: #330

creoludifico commented 6 years ago

Fixed

ukdtom commented 6 years ago

Indeed