mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Fix case sensitive issue at calling the log function
This commit is contained in:
parent
17951fa402
commit
2a4e42fba0
1 changed files with 6 additions and 6 deletions
|
@ -118,7 +118,7 @@ class PlayUtils(object):
|
|||
if resp > -1:
|
||||
source = sources[resp]
|
||||
else:
|
||||
log.info("No media source selected.")
|
||||
LOG.info("No media source selected.")
|
||||
return False
|
||||
else:
|
||||
source = sources[0]
|
||||
|
|
Loading…
Reference in a new issue