Version bump 1.1.69

This commit is contained in:
angelblue05 2015-12-29 21:47:02 -06:00
parent 08354b693e
commit 903b44b56e
2 changed files with 7 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.emby"
name="Emby"
version="1.1.68"
version="1.1.69"
provider-name="Emby.media">
<requires>
<import addon="xbmc.python" version="2.1.0"/>

View File

@ -1,3 +1,9 @@
version 1.1.69
- Fix unicode error for video nodes
- Fix special episode ordering (repair sync can be run)
- Fix deletion via context menu
- Fix music add/update breaking incremental sync
version 1.1.68
- Minor fixes