Version bump 2.3.56

This commit is contained in:
angelblue05 2017-11-02 22:35:08 -05:00
parent 2a67cb2da5
commit 0e875fe51e
2 changed files with 6 additions and 1 deletions

View File

@ -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.54" version="2.3.56"
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"/>

View File

@ -1,3 +1,8 @@
version 2.3.56
- Fixed connection not falling back to external when local is unavailable
- Support server address without a port number
- Add refresh boxsets (launch the emby add-on > Refresh Boxsets). It should not be necessary, but just in case.
version 2.3.51 version 2.3.51
- Temporarily disabled series pooling for non-admin users. A future server update + a manual sync will correct this. I'll make a quick announcement. - Temporarily disabled series pooling for non-admin users. A future server update + a manual sync will correct this. I'll make a quick announcement.