jkaberg / tvhProxy

An small flask app to help Plex DVR connect with Tvheadend
Other
216 stars 107 forks source link

Latest Plex beta might require lineup.post endpoint #7

Closed jkingok closed 7 years ago

jkingok commented 7 years ago

I've got a variation of this inspired by your code in nodejs and I updated to the latest Plex code yesterday and I think you may need to (I did) respond with a 200 OK empty response to lineup.post to make re-scanning channels happy or faster (an initial scan probably still works). Trivial addition.

jkaberg commented 7 years ago

Thanks 😄