Skip to content

Commit caee2ba

Browse files
committed
Channel Icons in Storage Groups
Make PixmapChannel::CacheChannelIcon() look in the 'ChannelIcons' virtual Storage Group on the MBE rather than in the 'Default' Storage Group for channel icons. If for some reason, users have channel icons in their Default Storage Group, then they should continue to work correctly because the Storage Group code does a hunt of other Storage Groups if it can't find the file in the given group.
1 parent 7255d46 commit caee2ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mythtv/libs/libmythtv/dbchannelinfo.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ bool PixmapChannel::CacheChannelIcon(void)
103103
return true;
104104

105105
// Get address of master backed
106-
QString url = gCoreContext->GetMasterHostPrefix();
106+
QString url = gCoreContext->GetMasterHostPrefix("ChannelIcons");
107107
if (url.length() < 1)
108108
{
109109
icon.clear();

0 commit comments

Comments
 (0)