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+beta.2 " provider-name =" anxdpanic, bromix, MoojMidge" >
2+ <addon id =" plugin.video.youtube" name =" YouTube" version =" 7.4.2" 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.2
2+ ### Fixed
3+ - Ensure updated context is used in client instance when rerouting to existing provider handler methods #1418
4+ - Fix required ID potentially not being passed to YouTubeDataClient.(add|remove)_video_from_playlist() #1418
5+ - Skip unplayable live manifests #1377
6+ - Handle inconsistent error codes and names used in Python 2 #1412
7+ - Simplify byte range to timestamp conversion for compatibility with Python 2 #1412
8+ - Fix unnecessarily reloading listing when adding items to Bookmarks
9+
10+ ### Changed
11+ - Update parsing of plugin urls for path params and ID lists #1418
12+ - Rework addon debug log settings (Addon > Settings > Advanced > Debug > Enable debug logging) #1385
13+ - Allowable values:
14+ - Disabled (addon logging output disabled)
15+ - Auto (default, addon logging output enabled if Kodi debug logging enabled)
16+ - Always enabled (addon logging output enabled)
17+ - Verbose (additional addon logging output enabled)
18+ - Various other improvement to addon logging
19+
20+ ### New
21+ - Update Setup Wizard to account for user possibly using mismatched watch history settings
22+
123## v7.4.2+beta.2
224### Fixed
325- 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