Skip to content

Commit

Permalink
Remove redundant repeatmode field from getReportingParams
Browse files Browse the repository at this point in the history
  • Loading branch information
YouKnowBlom committed Nov 25, 2020
1 parent 90fe285 commit 0d3b368
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ export function getReportingParams($scope) {
CanSeek: $scope.canSeek,
PlayMethod: $scope.playMethod,
LiveStreamId: $scope.liveStreamId,
PlaySessionId: $scope.playSessionId,
RepeatMode: window.repeatMode
PlaySessionId: $scope.playSessionId
};
}

Expand Down

0 comments on commit 0d3b368

Please sign in to comment.