Skip to content

Commit

Permalink
Remove channels loaded notification
Browse files Browse the repository at this point in the history
  • Loading branch information
allixx committed Jun 13, 2019
1 parent ee94b98 commit 386a885
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pvr.iptvsimple/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.iptvsimple"
version="4.0.0"
version="4.0.1"
name="PVR IPTV Simple Client"
provider-name="nightik">
<requires>@ADDON_DEPENDS@</requires>
Expand Down
3 changes: 3 additions & 0 deletions pvr.iptvsimple/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v4.0.1
- Remove channels loaded notification

v4.0.0
- Update to PVR addon API v6.0.0

Expand Down
3 changes: 1 addition & 2 deletions src/PVRIptvData.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,7 @@ PVRIptvData::PVRIptvData(void)
m_epg.clear();
m_genres.clear();

if (LoadPlayList())
XBMC->QueueNotification(QUEUE_INFO, "%d channels loaded.", m_channels.size());
LoadPlayList();
}

void *PVRIptvData::Process(void)
Expand Down

0 comments on commit 386a885

Please sign in to comment.