summaryrefslogtreecommitdiff
path: root/plugin.video.vrt.nu/resources/lib/vrtplayer
diff options
context:
space:
mode:
authorpietje666 <martijn.moreel@gmail.com>2017-09-09 17:20:14 +0200
committerenen92 <enen92@users.noreply.github.com>2017-09-09 16:20:14 +0100
commit74ca35860db075dbd6e4987fd4b96d0e9ecc71e1 (patch)
tree54379dc42402797d18d226b7c9b926803ed93bfc /plugin.video.vrt.nu/resources/lib/vrtplayer
parent5a1845689c66678f39a3192295b505ca674ca796 (diff)
[plugin.video.vrt.nu] 0.0.7 (#1405)
Diffstat (limited to 'plugin.video.vrt.nu/resources/lib/vrtplayer')
-rw-r--r--plugin.video.vrt.nu/resources/lib/vrtplayer/vrtplayer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin.video.vrt.nu/resources/lib/vrtplayer/vrtplayer.py b/plugin.video.vrt.nu/resources/lib/vrtplayer/vrtplayer.py
index 6543fe0..6d1f896 100644
--- a/plugin.video.vrt.nu/resources/lib/vrtplayer/vrtplayer.py
+++ b/plugin.video.vrt.nu/resources/lib/vrtplayer/vrtplayer.py
@@ -139,7 +139,7 @@ class VRTPlayer:
list_item_title = soup.find(class_="content__title").text
if "shortdate" in video_dictionary:
- video_dictionary["shortdate"] + " " + list_item_title
+ list_item_title = video_dictionary["shortdate"] + " " + list_item_title
vrt_video = soup.find(class_="vrtvideo")
thumbnail = VRTPlayer.__format_image_url(vrt_video)