Version bump 1.1.52
This commit is contained in:
parent
54f39fa58e
commit
cfe8ffa490
3 changed files with 8 additions and 2 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="1.1.51"
|
version="1.1.52"
|
||||||
provider-name="Emby.media">
|
provider-name="Emby.media">
|
||||||
<requires>
|
<requires>
|
||||||
<import addon="xbmc.python" version="2.1.0"/>
|
<import addon="xbmc.python" version="2.1.0"/>
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
version 1.1.52
|
||||||
|
- Report playback for music
|
||||||
|
- Support Emby tags for music videos
|
||||||
|
- Fix studio icon for movies
|
||||||
|
- FORCE RESET LOCAL DATABASE IN PLACE
|
||||||
|
|
||||||
version 1.1.50
|
version 1.1.50
|
||||||
- Ignore channels from syncing process
|
- Ignore channels from syncing process
|
||||||
- Date added can now be updated
|
- Date added can now be updated
|
||||||
|
|
|
@ -73,7 +73,7 @@ class Service():
|
||||||
utils.window('minDBVersionCheck', clear=True)
|
utils.window('minDBVersionCheck', clear=True)
|
||||||
|
|
||||||
# Set min DB version
|
# Set min DB version
|
||||||
utils.window('minDBVersion', value="1.1.40")
|
utils.window('minDBVersion', value="1.1.52")
|
||||||
|
|
||||||
embyProperty = utils.window('Emby.nodes.total')
|
embyProperty = utils.window('Emby.nodes.total')
|
||||||
propNames = [
|
propNames = [
|
||||||
|
|
Loading…
Reference in a new issue