Skip to content

Commit

Permalink
Merge pull request #92 from phunkyfish/update-url
Browse files Browse the repository at this point in the history
Update video URL reference to kodi mirrors
  • Loading branch information
phunkyfish authored Mar 25, 2021
2 parents 7fa58c1 + 6a3c298 commit 88e2be0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pvr.demo/addon.xml.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon
id="pvr.demo"
version="7.1.2"
version="7.1.3"
name="PVR Demo Client"
provider-name="Pulse-Eight Ltd., Team Kodi">
<requires>@ADDON_DEPENDS@</requires>
Expand Down
2 changes: 1 addition & 1 deletion src/PVRDemo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ PVR_ERROR CPVRDemo::GetEPGTagStreamProperties(
{
properties.emplace_back(
PVR_STREAM_PROPERTY_STREAMURL,
"https://download.blender.org/demo/movies/BBB/bbb_sunflower_1080p_30fps_normal.mp4");
"https://mirrors.kodi.tv/demo-files/BBB/bbb_sunflower_1080p_30fps_normal.mp4");
return PVR_ERROR_NO_ERROR;
}

Expand Down

0 comments on commit 88e2be0

Please sign in to comment.