Skip to content

Commit

Permalink
Merge pull request #835 from MoojMidge/master
Browse files Browse the repository at this point in the history
v7.0.9+beta.3
  • Loading branch information
MoojMidge committed Jul 8, 2024
2 parents 4ef1fc4 + 27911e2 commit 74a6b9c
Show file tree
Hide file tree
Showing 15 changed files with 397 additions and 327 deletions.
2 changes: 1 addition & 1 deletion addon.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.youtube" name="YouTube" version="7.0.9+beta.2" provider-name="anxdpanic, bromix, MoojMidge">
<addon id="plugin.video.youtube" name="YouTube" version="7.0.9+beta.3" provider-name="anxdpanic, bromix, MoojMidge">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="script.module.requests" version="2.27.1"/>
Expand Down
10 changes: 10 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## v7.0.9+beta.3
### Fixed
- Fix navigating to search page after playback and prompt re-opening

### Changed
- Disable OPUS audio again by default #537

### New
- Add support for channel handles

## v7.0.9+beta.2
### Fixed
- Fix ask for video quality setting being inconsistently applied
Expand Down
3 changes: 0 additions & 3 deletions resources/lib/youtube_plugin/kodion/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
from .abstract_provider import (
# Abstract provider for implementation by the user
AbstractProvider,
# Decorator for registering paths for navigating of a provider
RegisterProviderPath,
)
# import base exception of kodion directly into the kodion namespace
from .exceptions import KodionException
Expand All @@ -24,7 +22,6 @@
__all__ = (
'AbstractProvider',
'KodionException',
'RegisterProviderPath',
)

__version__ = '1.5.4'
Loading

0 comments on commit 74a6b9c

Please sign in to comment.