Skip to content

Commit

Permalink
Update device profile name
Browse files Browse the repository at this point in the history
Fixes #50
  • Loading branch information
1hitsong committed Sep 25, 2024
1 parent 06d4b3e commit c8c451d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/utils/deviceCapabilities.bs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ end function
function getDeviceProfile() as object
globalDevice = m.global.device
return {
"Name": "Official Roku Client",
"Name": "viv",
"Id": globalDevice.id,
"Identification": {
"FriendlyName": globalDevice.friendlyName,
Expand Down

0 comments on commit c8c451d

Please sign in to comment.