sungshon / PimpMyStremio

Local add-on manager for Stremio
MIT License
381 stars 51 forks source link

Fix and document proxy noFollowSegment #61

Closed henryhomes closed 4 years ago

henryhomes commented 4 years ago

There was a setting called noFollowSegment that was undocumented and breaking an addon.

It seems that this was made to state that you wish to not proxy segment files if playlist was set to true. But in reality, the logic stated that it was doing the exact opposite of what it was supposed to, thus not following segments at all when setting playlist to true unless also setting noFollowSegment to true.

This fixes the logic, and also documents this property.

Thanks so much for building this thing, it's really amazing to work with it. :)

sungshon commented 4 years ago

Oh god, thank you for finding the bug. The commit that introduced it is just 1 month old..