mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-12-25 02:06:09 +00:00
Version bump 2.3.50
This commit is contained in:
parent
8d00a9ade2
commit
e471f461e7
2 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||||
<addon id="plugin.video.emby"
|
<addon id="plugin.video.emby"
|
||||||
name="Emby"
|
name="Emby"
|
||||||
version="2.3.49"
|
version="2.3.50"
|
||||||
provider-name="Emby.media">
|
provider-name="Emby.media">
|
||||||
<requires>
|
<requires>
|
||||||
<import addon="xbmc.python" version="2.19.0"/>
|
<import addon="xbmc.python" version="2.19.0"/>
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
version 2.3.50
|
||||||
|
- Fixed Series pooling (requires a reset of database + a manual sync to apply)
|
||||||
|
- Add PlayPause server event
|
||||||
|
|
||||||
version 2.3.49
|
version 2.3.49
|
||||||
- Update the websocket url for reverse proxy. wss://{server}/embywebsocket?api..
|
- Update the websocket url for reverse proxy. wss://{server}/embywebsocket?api..
|
||||||
- Fix music support for multiple Emby music libraries
|
- Fix music support for multiple Emby music libraries
|
||||||
|
|
Loading…
Reference in a new issue