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.1 .1" provider-name =" anxdpanic, bromix, MoojMidge" >
2+ <addon id =" plugin.video.youtube" name =" YouTube" version =" 7.4.2+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.2+beta.1
2+ ### Fixed
3+ - Skip unplayable live manifests #1377
4+ - Handle inconsistent error codes and names used in Python 2 #1412
5+ - Simplify byte range to timestamp conversion for compatibility with Python 2 #1412
6+ - Fix unnecessarily reloading listing when adding items to Bookmarks
7+
8+ ### Changed
9+ - Rework addon debug log settings (Addon > Settings > Advanced > Debug > Enable debug logging) #1385
10+ - Allowable values:
11+ - Disabled (addon logging output disabled)
12+ - Auto (default, addon logging output enabled if Kodi debug logging enabled)
13+ - Always enabled (addon logging output enabled)
14+ - Verbose (additional addon logging output enabled)
15+ - Various other improvement to addon logging
16+
17+ ### New
18+ - Update Setup Wizard to account for user possibly using mismatched watch history settings
19+
120## v7.4.1.1
221### Fixed
322- Address possible race condition resulting in KeyError exception when calling pop() on an empty set
You can’t perform that action at this time.
0 commit comments