File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" standalone =" yes" ?>
2- <addon id =" plugin.video.youtube" name =" YouTube" version =" 7.4.2 " provider-name =" anxdpanic, bromix, MoojMidge" >
2+ <addon id =" plugin.video.youtube" name =" YouTube" version =" 7.4.3+beta.1 " provider-name =" anxdpanic, bromix, MoojMidge" >
33 <requires >
44 <import addon =" xbmc.python" version =" 3.0.0" />
55 <import addon =" script.module.requests" version =" 2.27.1" />
Original file line number Diff line number Diff line change 1+ ## v7.4.3+beta.1
2+ ### Fixed
3+ - Updates to resolve inconsistent Python2 string encoding/decoding
4+ - Ensure parameters to Kodi builtin functions are parsed as string literals
5+ - Allow trailing slashes in url of html pages served by internal http server
6+
7+ ### Changed
8+ - Open confirmation dialog, with a link for further information, when sign in process fails
9+ - Update API config page html
10+ - Improve handling of API key settings changes
11+ - Detect and notify when API requests cannot be completed
12+ - Use consistent language for signing in/out
13+
14+ ### New
15+ - Add button in API settings to view address of API config page
16+ - Fallback to playing channel uploads if no live stream is available
17+ - Add fallback method to load playlists when v3 API request cannot be made
18+
119## v7.4.2
220### Fixed
321- Ensure updated context is used in client instance when rerouting to existing provider handler methods #1418
You can’t perform that action at this time.
0 commit comments