mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-06-08 09:16:13 +00:00
Add library version tracking
This commit is contained in:
parent
2b9e352d72
commit
76bec3e846
2 changed files with 24 additions and 1 deletions
|
@ -60,6 +60,9 @@ class Service():
|
|||
WINDOW.clearProperty('Server_status')
|
||||
WINDOW.clearProperty('startup')
|
||||
WINDOW.clearProperty('OnWakeSync')
|
||||
|
||||
#Set min DB version
|
||||
WINDOW.setProperty('minDBVersion','1.1.33')
|
||||
|
||||
embyProperty = WINDOW.getProperty('Emby.nodes.total')
|
||||
propNames = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue