Skip to content

Commit

Permalink
Update ClientInstance.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Dis90 committed Jan 26, 2023
1 parent afc494c commit 5f6ef63
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/ClientInstance.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -603,9 +603,6 @@ PVR_ERROR CVNSIClientInstance::GetEPGForChannel(int channelUid,
tag.SetStarRating(vresp->extract_U32());
tag.SetOriginalTitle(vresp->extract_String());
tag.SetCast(vresp->extract_String());
tag.SetDirector(vresp->extract_String());
tag.SetWriter(vresp->extract_String());
tag.SetIMDBNumber(vresp->extract_String());
}
else
{
Expand Down

0 comments on commit 5f6ef63

Please sign in to comment.