mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
version bump for database change
This commit is contained in:
parent
0a6dd94eff
commit
5dfcf2f22d
2 changed files with 2 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.40"
|
||||
version="1.1.41"
|
||||
provider-name="Emby.media">
|
||||
<requires>
|
||||
<import addon="xbmc.python" version="2.1.0"/>
|
||||
|
|
|
@ -63,7 +63,7 @@ class Service():
|
|||
WINDOW.clearProperty('minDBVersionCheck')
|
||||
|
||||
# Set min DB version
|
||||
WINDOW.setProperty('minDBVersion','1.1.33')
|
||||
WINDOW.setProperty('minDBVersion','1.1.40')
|
||||
|
||||
embyProperty = WINDOW.getProperty('Emby.nodes.total')
|
||||
propNames = [
|
||||
|
|
Loading…
Reference in a new issue