mirror of
https://github.com/anxdpanic/plugin.video.youtube.git
synced 2025-12-05 18:20:41 -08:00
Version bump v7.3.0+beta.8
This commit is contained in:
parent
3a4244a074
commit
2c701f800c
2 changed files with 14 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.3.0+beta.7" provider-name="anxdpanic, bromix, MoojMidge">
|
<addon id="plugin.video.youtube" name="YouTube" version="7.3.0+beta.8" 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,16 @@
|
||||||
|
## v7.3.0+beta.8
|
||||||
|
### Fixed
|
||||||
|
- Fix regression in handling audio only setting after d154325c5b672dccc6a17413063cfdeb32256ffd
|
||||||
|
- Fix comments not using correct sort methods
|
||||||
|
- Fix incorrectly using playlist cache entries that have been invalidated by playlist modification
|
||||||
|
- Fix some context menu actions failing for video item bookmarks
|
||||||
|
- Ensure listings and items added by the addon have correct sort order
|
||||||
|
- Fix resetting client region when playing media with subtitles enabled
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Improve offline access to cached data
|
||||||
|
- Updates to SQLite database lock handling
|
||||||
|
|
||||||
## v7.3.0+beta.7
|
## v7.3.0+beta.7
|
||||||
### Fixed
|
### Fixed
|
||||||
- Only add playable items to playlist when adding related items
|
- Only add playable items to playlist when adding related items
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue