mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Version bump 2.3.49
This commit is contained in:
parent
708d3d7f39
commit
0f6e2f81b9
2 changed files with 10 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<addon id="plugin.video.emby"
|
||||
name="Emby"
|
||||
version="2.3.48"
|
||||
version="2.3.49"
|
||||
provider-name="Emby.media">
|
||||
<requires>
|
||||
<import addon="xbmc.python" version="2.19.0"/>
|
||||
|
|
|
@ -1,3 +1,12 @@
|
|||
version 2.3.49
|
||||
- Update the websocket url for reverse proxy. wss://{server}/embywebsocket?api..
|
||||
- Fix music support for multiple Emby music libraries
|
||||
- Fix music direct stream to use the original file container rather than defaulting to mp3
|
||||
- Fix subtitles to use original file container rather than defaulting to srt
|
||||
- Fix network credentials using backslash for domain in their username
|
||||
- Fix playback report to your Emby dashboard
|
||||
- Add Polish translation
|
||||
|
||||
version 2.3.47
|
||||
- Fix encoding error in context menu for non-ascii characters
|
||||
- Fix playback reporting monitor for Kodi 17
|
||||
|
|
Loading…
Reference in a new issue