xbmc / chorus2

Official Kodi Web Interface
GNU General Public License v2.0
338 stars 115 forks source link

fixed: background path was invalid for html5 streamed content fixes #446 #565

Closed malard closed 8 months ago

malard commented 8 months ago

window.location.href part[0] can return a trailing / which causes the URI to be invalid for the background poster, modified the code to remove it if it exists then explicitly restore it where required in the video src path