Skip to content

Commit 1c34e24

Browse files
committed
Version bump v7.4.1+beta.2
1 parent 3f01882 commit 1c34e24

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

addon.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2-
<addon id="plugin.video.youtube" name="YouTube" version="7.4.1+beta.1" provider-name="anxdpanic, bromix, MoojMidge">
2+
<addon id="plugin.video.youtube" name="YouTube" version="7.4.1+beta.2" provider-name="anxdpanic, bromix, MoojMidge">
33
<requires>
44
<import addon="xbmc.python" version="3.0.0"/>
55
<import addon="script.module.requests" version="2.27.1"/>

changelog.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## v7.4.1+beta.2
2+
### Fixed
3+
- Fix unnecessary double resolve on playback #1371
4+
- Attempt to break busy dialog workaround loop if post run action succeeds #1386
5+
- Don't swallow unhandled plugin exceptions without logging and running listing end callback #1386
6+
- Python 2 compatibility fix for urllib3 only checking for str type when accessing module constants using getattr
7+
18
## v7.4.1+beta.1
29
### Fixed
310
- Always refresh missing access tokens if partially logged in and refresh tokens are available #1389

0 commit comments

Comments
 (0)