Skip to content

Commit

Permalink
fix compilation bug on android
Browse files Browse the repository at this point in the history
increment version
  • Loading branch information
shamilovtim committed Jun 30, 2018
1 parent 14d3060 commit 5f767fc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-streaming-media",
"version": "2.1.0",
"version": "2.1.1",
"description": "This plugin allows you to stream audio and video in a fullscreen, native player on iOS and Android.",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-streaming-media"
version="2.1.0">
version="2.1.1">

<name>StreamingMedia</name>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ public void onPrepared(MediaPlayer mp) {

private void pause() {
Log.d(TAG, "Pausing video.");
StreamingMedia.callbackContext.sendPluginResult(StreamingMedia.onPause);
mVideoView.pause();
}

Expand Down

0 comments on commit 5f767fc

Please sign in to comment.