aboutsummaryrefslogtreecommitdiff
path: root/xbmc/pvr/channels/PVRChannelGroupsContainer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'xbmc/pvr/channels/PVRChannelGroupsContainer.cpp')
-rw-r--r--xbmc/pvr/channels/PVRChannelGroupsContainer.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/xbmc/pvr/channels/PVRChannelGroupsContainer.cpp b/xbmc/pvr/channels/PVRChannelGroupsContainer.cpp
index def42c4033..9fb3b27249 100644
--- a/xbmc/pvr/channels/PVRChannelGroupsContainer.cpp
+++ b/xbmc/pvr/channels/PVRChannelGroupsContainer.cpp
@@ -143,6 +143,7 @@ CFileItemPtr CPVRChannelGroupsContainer::GetByPath(const std::string &strPath) c
bool CPVRChannelGroupsContainer::GetDirectory(const std::string& strPath, CFileItemList &results)
{
std::string strBase(strPath);
+ URIUtils::RemoveSlashAtEnd(strBase);
/* get the filename from curl */
CURL url(strPath);