add-ons / plugin.video.vtm.go

Kodi add-on to watch video-on-demand content and live streams from VTM GO.
https://github.com/add-ons/plugin.video.vtm.go/wiki
GNU General Public License v3.0
73 stars 24 forks source link

Fix subtitle delay function #355

Closed mediaminister closed 11 months ago

mediaminister commented 1 year ago

This fixes a bug in the subtitle delay function used by the server-side ad insertion anvato format. Subtitle timings were possibly wrong after an ad break. Altough this function is not used for the new Popcorn SDK 6 format, it's good practice to fix wrong logic in the codebase.