| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
int glitches_after = playback_stats->underrunEvents(script_state);Can we verify that totalDuration has also been frozen while hidden? Since it's used as a reference for the glitches, we don't want them to get out of sync.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
int glitches_after = playback_stats->underrunEvents(script_state);Can we verify that totalDuration has also been frozen while hidden? Since it's used as a reference for the glitches, we don't want them to get out of sync.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |