We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52a7612 commit cccd646Copy full SHA for cccd646
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "nativescript-videoplayer",
3
- "version": "1.1.0",
+ "version": "1.1.1",
4
"main": "videoplayer.js",
5
"typings": "videoplayer.d.ts",
6
"description": "A NativeScript plugin that uses the native video players to play local and remote videos.",
videoplayer.android.ts
@@ -128,7 +128,7 @@ export class Video extends videoCommon.Video {
128
}
129
130
public _setNativeVideo(nativeVideo: any) {
131
- this.android.src = nativeVideo;
+ this._android.src = nativeVideo;
132
133
134
public setNativeSource(nativePlayerSrc: string) {
0 commit comments