mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-06-12 19:26:12 +00:00
Fix library tags on update
This commit is contained in:
parent
bd489769ca
commit
ba9289641a
2 changed files with 3 additions and 3 deletions
|
@ -140,7 +140,7 @@ class Service(xbmc.Monitor):
|
|||
|
||||
try:
|
||||
versions = requests.get('http://kodi.emby.media/Public%20testing/Dependencies/databases.json').json()
|
||||
build = find(versions, kodi.lower())
|
||||
build = find(versions, kodi)
|
||||
|
||||
if not build:
|
||||
raise Exception("build %s incompatible?!" % kodi)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue