mirror of
https://github.com/anxdpanic/plugin.video.youtube.git
synced 2025-12-06 02:30:50 -08:00
Version bump v7.1.0.1
This commit is contained in:
parent
545e71f453
commit
f849d51f4e
2 changed files with 5 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.0" provider-name="anxdpanic, bromix, MoojMidge">
|
||||
<addon id="plugin.video.youtube" name="YouTube" version="7.1.0.1" 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.0
|
||||
## v7.1.0.1
|
||||
### Fixed
|
||||
- Fix logging/retry of sqlite3.OperationalError
|
||||
- Fix trying to use ISA for progressive live streams
|
||||
|
|
@ -13,6 +13,9 @@
|
|||
- Fix new resume details not being saved in plugin local playback history #904
|
||||
- Fix default thumbnails not being updated if available
|
||||
- Fix login to personal project only #910
|
||||
- Fix regression with not using content type when routing after f239764 #922
|
||||
- Partially revert eb0f81c to avoid merge error in unofficial version #924
|
||||
- Only attempt to import InputStream Helper if necessary #923
|
||||
|
||||
### Changed
|
||||
- Update multiple busy dialog crash workaround #891
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue