Skip to content

Commit

Permalink
RDKTV-11012: First time netflix launch and sign up
Browse files Browse the repository at this point in the history
  • Loading branch information
lekshmi-renuka committed Oct 7, 2021
1 parent efa3916 commit a94301b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ContinueWatching/ContinueWatching.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -750,6 +750,9 @@ namespace WPEFramework {
*/
bool ContinueWatchingImpl::tr181FeatureEnabled()
{
#if defined(PLATFORM_AMLOGIC)
return true;
#endif
bool retVal = false;

// Get RFC value for Continue Watching
Expand Down Expand Up @@ -805,6 +808,9 @@ namespace WPEFramework {
std::string NetflixContinueWatchingImpl::getApplicationToken()
{
string encencryptData = readFromJson();
if (encencryptData.empty()) {
return encencryptData;
}
int paddingLength = 0;
string decodedencryptedtokenbase64;

Expand Down

0 comments on commit a94301b

Please sign in to comment.