always display provider in description
This commit is contained in:
parent
a65c1889e5
commit
664517d2d3
1 changed files with 1 additions and 1 deletions
|
@ -954,7 +954,7 @@ def addVideo(entry, mycount="playcount"):
|
|||
if playLocalFile == "true":
|
||||
description = "Provider: " + entry['provider'] + "\nprovider playcount: " + entry['pcount'] + "\nlikes: " + entry['likes'] + "\ndislikes: " + entry['dislikes'] + "\ncomments: " + entry['comments']
|
||||
else:
|
||||
description = ""
|
||||
description = "Provider: " + entry['provider'] + ""
|
||||
if "false" in entry['official'].lower():
|
||||
description = (
|
||||
"Unofficial Video by " + director + "\n" + description)
|
||||
|
|
Loading…
Reference in a new issue