aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xbmc/FileSystem/HTSPDirectory.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/xbmc/FileSystem/HTSPDirectory.cpp b/xbmc/FileSystem/HTSPDirectory.cpp
index 90f098e5df..e60e37e4b3 100644
--- a/xbmc/FileSystem/HTSPDirectory.cpp
+++ b/xbmc/FileSystem/HTSPDirectory.cpp
@@ -401,6 +401,8 @@ bool CHTSPDirectory::GetChannels( const CURL &base
else
items.AddSortMethod(SORT_METHOD_LABEL, 20364, LABEL_MASKS("%Z", "%B", "%L", ""));
+ items.SetContent("livetv");
+
return !channels.empty();
}