mirror of
https://github.com/anxdpanic/plugin.video.youtube.git
synced 2025-12-06 02:30:50 -08:00
Version bump v7.1.0+beta.5
This commit is contained in:
parent
1e19271b2c
commit
75401214ec
2 changed files with 13 additions and 1 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.0+beta.4" provider-name="anxdpanic, bromix, MoojMidge">
|
<addon id="plugin.video.youtube" name="YouTube" version="7.1.0+beta.5" 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,3 +1,15 @@
|
||||||
|
## v7.1.0+beta.5
|
||||||
|
### Fixed
|
||||||
|
- Fix default thumbnails not being updated if available
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Remove revoked API credentials
|
||||||
|
- Improve handling of "forbidden - The caller does not have permission" errors
|
||||||
|
|
||||||
|
### New
|
||||||
|
- Preliminary support for /watch_videos YouTube urls
|
||||||
|
- Player client updates
|
||||||
|
|
||||||
## v7.1.0+beta.4
|
## v7.1.0+beta.4
|
||||||
### Fixed
|
### Fixed
|
||||||
- Fix playback history related context menu items not being shown #904
|
- Fix playback history related context menu items not being shown #904
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue