Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Commit

Permalink
bump to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flavioribeiro committed Oct 16, 2014
1 parent a11a751 commit 5eb5b61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "p2phls",
"version": "0.0.10",
"version": "0.1.0",
"description": "BemTV Peer-to-Peer plugin for HTTP Live Streaming transmissions on Clappr Media Player",
"main": "dist/p2phls.js",
"author": "Flávio Ribeiro",
Expand Down
2 changes: 1 addition & 1 deletion src/adaptive_streaming.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class AdaptiveStreaming extends BaseObject {
this.currentLevel = this.currentLevel - 1
this.changeLevel(this.currentLevel)
} else {
log.info("i'm ok, enjoying the ride. (curr bandwidth: " + this.info.bandwidth + ", nextBwNeeded:" + nextBwNeeded)
log.info("i'm ok, enjoying the ride. (curr bandwidth: " + this.info.bandwidth + ", nextBwNeeded:" + nextBwNeeded + ")")
}
}

Expand Down

0 comments on commit 5eb5b61

Please sign in to comment.