mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-06-03 23:06:14 +00:00
Prevent loop if user decides not to reset db yet
This commit is contained in:
parent
5592429863
commit
c698e39bb2
2 changed files with 4 additions and 2 deletions
|
@ -60,8 +60,9 @@ class Service():
|
|||
WINDOW.clearProperty('Server_status')
|
||||
WINDOW.clearProperty('startup')
|
||||
WINDOW.clearProperty('OnWakeSync')
|
||||
WINDOW.clearProperty('minDBVersionCheck')
|
||||
|
||||
#Set min DB version
|
||||
# Set min DB version
|
||||
WINDOW.setProperty('minDBVersion','1.1.33')
|
||||
|
||||
embyProperty = WINDOW.getProperty('Emby.nodes.total')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue