mirror of
https://github.com/anxdpanic/plugin.video.youtube.git
synced 2025-12-06 02:30:50 -08:00
Version bump v7.1.1.1
This commit is contained in:
parent
9f67d91e59
commit
abc7cf1c65
2 changed files with 6 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||||
<addon id="plugin.video.youtube" name="YouTube" version="7.1.1" provider-name="anxdpanic, bromix, MoojMidge">
|
<addon id="plugin.video.youtube" name="YouTube" version="7.1.1.1" provider-name="anxdpanic, bromix, MoojMidge">
|
||||||
<requires>
|
<requires>
|
||||||
<import addon="xbmc.python" version="3.0.0"/>
|
<import addon="xbmc.python" version="3.0.0"/>
|
||||||
<import addon="script.module.requests" version="2.27.1"/>
|
<import addon="script.module.requests" version="2.27.1"/>
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
## v7.1.1
|
## v7.1.1.1
|
||||||
### Fixed
|
### Fixed
|
||||||
- Fix http server not listening on any interface if listen IP is 0.0.0.0 #927
|
- Fix http server not listening on any interface if listen IP is 0.0.0.0 #927
|
||||||
- Standardise return type of LoginClient.refresh_token #932
|
- Standardise return type of LoginClient.refresh_token #932
|
||||||
|
|
@ -29,6 +29,10 @@
|
||||||
- Fix loading of Watch Later playlist #971
|
- Fix loading of Watch Later playlist #971
|
||||||
- Also fix other incorrect/missing parameter names
|
- Also fix other incorrect/missing parameter names
|
||||||
- Fix possible exception if plugin navigation fails #976
|
- Fix possible exception if plugin navigation fails #976
|
||||||
|
- Fix sign in when one or more access token requests fail #979
|
||||||
|
- Attempt to fix possible deadlock on http server shutdown
|
||||||
|
- Fix potential infinite loop with old data from access_manager.json #980
|
||||||
|
- Reduce unnecessary window navigation fallback attempts
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- Improve display and update of bookmarks
|
- Improve display and update of bookmarks
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue