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

Commit

Permalink
pvr: fix displaying the channel encryption system in the GUI
Browse files Browse the repository at this point in the history
  • Loading branch information
opdenkamp committed Apr 14, 2011
1 parent d9093df commit 26ec15a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions xbmc/pvr/channels/PVRChannel.cpp
Expand Up @@ -111,6 +111,8 @@ CPVRChannel::CPVRChannel(const PVR_CHANNEL &channel, unsigned int iClientId)
m_strEPGScraper = "client";
m_EPG = NULL;
m_bChanged = false;

UpdateEncryptionName();
}

CPVRChannel::CPVRChannel(const CPVRChannel &channel)
Expand Down Expand Up @@ -142,6 +144,8 @@ CPVRChannel &CPVRChannel::operator=(const CPVRChannel &channel)
m_EPG = channel.m_EPG;
m_bChanged = channel.m_bChanged;

UpdateEncryptionName();

return *this;
}

Expand Down

0 comments on commit 26ec15a

Please sign in to comment.