eracknaphobia / plugin.video.mlbtv

MLB.tv KODI add-on
GNU General Public License v2.0
19 stars 12 forks source link

fixed stream padding to avoid timeline spoilers #64

Closed tonywagner closed 5 months ago

tonywagner commented 5 months ago

Stream padding (to hide timeline spoilers) was failing on some systems -- see here

Switching the padding variable from a HTTP request header to a URL query string parameter fixes it.

This pull request also makes the same switch for any extra alternate audio tracks, to avoid similar trouble.

eracknaphobia commented 5 months ago

Looks good, Thanks!