Reset shift to zero when changing episodes

This commit is contained in:
ConfusedPolarBear 2022-07-17 01:59:42 -05:00
parent cc830abae4
commit 4d3d252411

View File

@ -287,6 +287,7 @@
<p id="editRightEpisodeTitle" style="margin-top:0;margin-bottom:0"></p> <p id="editRightEpisodeTitle" style="margin-top:0;margin-bottom:0"></p>
<input style="width:4em" type="number" min="0" id="editRightEpisodeStart"> to <input style="width:4em" type="number" min="0" id="editRightEpisodeStart"> to
<input style="width:4em;margin-bottom:10px" type="number" min="0" id="editRightEpisodeEnd"> <input style="width:4em;margin-bottom:10px" type="number" min="0" id="editRightEpisodeEnd">
<br />
<button id="btnUpdateTimestamps" type="button"> <button id="btnUpdateTimestamps" type="button">
Update timestamps Update timestamps
@ -471,6 +472,7 @@
Dashboard.hideLoadingMsg(); Dashboard.hideLoadingMsg();
txtOffset.value = "0";
refreshBounds(); refreshBounds();
renderTroubleshooter(); renderTroubleshooter();
findExactMatches(); findExactMatches();