Skip to content

Commit

Permalink
update playback url
Browse files Browse the repository at this point in the history
  • Loading branch information
witcher-ke committed Jun 29, 2023
1 parent aa82938 commit 1e409d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/plugin-chart-distplot/src/Distplot.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ let videoPlaybak = (data: any) => {
clientName +
'.standalone.powerarena.com:' +
port +
'/app/mes/respository/playback/?entity_code=' +
'/app/mes/repository/playback/?entity_code=' +
data.deviceId +
'&pos=' +
data.pos +
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ let showRowData = (row: object) => {
clientName +
'.standalone.powerarena.com:' +
port +
'/app/mes/respository/playback/?entity_code=' +
'/app/mes/repository/playback/?entity_code=' +
entityCode +
'&pos=' +
pos +
Expand Down

0 comments on commit 1e409d0

Please sign in to comment.