Skip to content

Commit

Permalink
[pvr] skip persisting EGP on CreateChannelEpgs
Browse files Browse the repository at this point in the history
  • Loading branch information
FernetMenta authored and popcornmix committed Apr 10, 2016
1 parent ae73ee6 commit 047b6f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion xbmc/pvr/channels/PVRChannelGroupInternal.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,6 @@ bool CPVRChannelGroupInternal::CreateChannelEpgs(bool bForce /* = false */)

if (HasChangedChannels())
{
g_EpgContainer.PersistTables();
return Persist();
}

Expand Down

0 comments on commit 047b6f1

Please sign in to comment.