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

Commit 5eb5b61

Browse files
committed
bump to 0.1.0
1 parent a11a751 commit 5eb5b61

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "p2phls",
3-
"version": "0.0.10",
3+
"version": "0.1.0",
44
"description": "BemTV Peer-to-Peer plugin for HTTP Live Streaming transmissions on Clappr Media Player",
55
"main": "dist/p2phls.js",
66
"author": "Flávio Ribeiro",

src/adaptive_streaming.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class AdaptiveStreaming extends BaseObject {
3333
this.currentLevel = this.currentLevel - 1
3434
this.changeLevel(this.currentLevel)
3535
} else {
36-
log.info("i'm ok, enjoying the ride. (curr bandwidth: " + this.info.bandwidth + ", nextBwNeeded:" + nextBwNeeded)
36+
log.info("i'm ok, enjoying the ride. (curr bandwidth: " + this.info.bandwidth + ", nextBwNeeded:" + nextBwNeeded + ")")
3737
}
3838
}
3939

0 commit comments

Comments
 (0)