Skip to content
This repository has been archived by the owner on Apr 15, 2023. It is now read-only.

Commit

Permalink
pvr: don't check for cached icons after guisettings changed. the user…
Browse files Browse the repository at this point in the history
… defined location is no longer used to cache them
  • Loading branch information
opdenkamp committed May 6, 2011
1 parent 099898b commit 9e58696
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions xbmc/pvr/channels/PVRChannelGroup.cpp
Expand Up @@ -869,10 +869,5 @@ void CPVRChannelGroup::Notify(const Observable &obs, const CStdString& msg)
Persist();
}
}
lock.Leave();

/* check whether cached icons are still valid */
if (IsInternalGroup())
CacheIcons();
}
}

0 comments on commit 9e58696

Please sign in to comment.