mirror of
https://github.com/anxdpanic/plugin.video.youtube.git
synced 2025-12-06 02:30:50 -08:00
Version bump v7.1.1.5
This commit is contained in:
parent
2582451f00
commit
29a9340018
2 changed files with 3 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<addon id="plugin.video.youtube" name="YouTube" version="7.1.1.4" provider-name="anxdpanic, bromix, MoojMidge">
|
||||
<addon id="plugin.video.youtube" name="YouTube" version="7.1.1.5" provider-name="anxdpanic, bromix, MoojMidge">
|
||||
<requires>
|
||||
<import addon="xbmc.python" version="3.0.0"/>
|
||||
<import addon="script.module.requests" version="2.27.1"/>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
## v7.1.1.4
|
||||
## v7.1.1.5
|
||||
### Fixed
|
||||
- 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
|
||||
|
|
@ -42,6 +42,7 @@
|
|||
- Fix processing of "q" and "channelId" search query params #1004
|
||||
- Fix errors with progress dialogs in Kodi 18 #1000
|
||||
- Fix remote watch history not updating #1008
|
||||
- Fix API requests when not signed in #1013
|
||||
|
||||
### Changed
|
||||
- Improve display and update of bookmarks
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue