mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-05-13 04:45:06 +00:00
Add developer mode
This commit is contained in:
parent
0926c0b5b4
commit
7dfdf91279
2 changed files with 6 additions and 1 deletions
|
@ -177,6 +177,9 @@ class Service(xbmc.Monitor):
|
|||
LOG.info("--[ check updates/%s ]", objects.version)
|
||||
kodi = xbmc.getInfoLabel('System.BuildVersion')
|
||||
|
||||
if settings('devMode'):
|
||||
kodi = "DEV"
|
||||
|
||||
try:
|
||||
versions = requests.get('http://kodi.emby.media/Public%20testing/Dependencies/databases.json').json()
|
||||
build = find(versions, kodi)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue