xbmc / elm-chorus

A web interface for Kodi/XBMC written in Elm
GNU General Public License v2.0
21 stars 19 forks source link

Fixed route and implemented the videoid_int page #119

Closed developingright closed 2 years ago

developingright commented 2 years ago

Hi @razzeee, I have fixed the routing for the videoid_int page, implemented its front-end, and backend.

CPT2208081515-1832x972 (1)

developingright commented 2 years ago

Hi @razzeee, The issue with the update function not working for the videoid_int page was because of its update function not being defined in Pages.elm file in the previous implementation of the code. So, I went ahead and fixed it.

developingright commented 2 years ago

Hi @razzeee, I have implemented the video-playback backend for the videoid_int page and a modal window for the html5 video player. Please let me know if any changes are required.

developingright commented 2 years ago

Hi @razzeee, I have made the required changes.