Skip to content

Commit

Permalink
Update RokuService.m
Browse files Browse the repository at this point in the history
ROKU: fix play media ConnectSDK#246
  • Loading branch information
toanquachml committed Mar 21, 2024
1 parent a1a6ef0 commit fb0448b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/Services/RokuService.m
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ - (void) playMediaWithMediaInfo:(MediaInfo *)mediaInfo shouldLoop:(BOOL)shouldLo
];
} else
{
applicationPath = [NSString stringWithFormat:@"15985?t=a&u=%@&k=(null)&songname=%@&artistname=%@&songformat=%@&albumarturl=%@",
applicationPath = [NSString stringWithFormat:@"15985?t=v&u=%@&h=%%20&k=%%20",
[ConnectUtil urlEncode:mediaURL.absoluteString], // content path
title ? [ConnectUtil urlEncode:title] : @"(null)", // song name
description ? [ConnectUtil urlEncode:description] : @"(null)", // artist name
Expand Down

0 comments on commit fb0448b

Please sign in to comment.