mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
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"?>
|
||||
<addon id="plugin.video.emby"
|
||||
name="Emby"
|
||||
version="1.1.51"
|
||||
version="1.1.52"
|
||||
provider-name="Emby.media">
|
||||
<requires>
|
||||
<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
|
||||
- Ignore channels from syncing process
|
||||
- Date added can now be updated
|
||||
|
|
|
@ -73,7 +73,7 @@ class Service():
|
|||
utils.window('minDBVersionCheck', clear=True)
|
||||
|
||||
# Set min DB version
|
||||
utils.window('minDBVersion', value="1.1.40")
|
||||
utils.window('minDBVersion', value="1.1.52")
|
||||
|
||||
embyProperty = utils.window('Emby.nodes.total')
|
||||
propNames = [
|
||||
|
|
Loading…
Reference in a new issue