debug print
This commit is contained in:
parent
80cfd7bf38
commit
2318a752b9
|
|
@ -29,6 +29,7 @@ class PlayerTemplates:
|
|||
if local_content:
|
||||
content_meta = content.json_format()
|
||||
local_content_meta = local_content.json_format()
|
||||
make_log("TG-Player", f"Content meta: {content_meta}. Local content meta: {local_content_meta}. ")
|
||||
try:
|
||||
content_type, content_encoding = local_content_meta["content_type"].split('/')
|
||||
except:
|
||||
|
|
|
|||
Loading…
Reference in New Issue