always display provider in description

This commit is contained in:
bassdart 2019-03-17 21:48:35 +01:00
parent a65c1889e5
commit 664517d2d3

View file

@ -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)