mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Update playutils.py
debug
This commit is contained in:
parent
d99e7a1290
commit
7bf0912a11
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ class PlayUtils():
|
|||
def __init__(self, item):
|
||||
|
||||
self.item = item
|
||||
|
||||
self.logMsg(self.item)
|
||||
self.clientInfo = clientinfo.ClientInfo()
|
||||
self.addonName = self.clientInfo.getAddonName()
|
||||
|
||||
|
|
Loading…
Reference in a new issue