Skip to content

Commit cccd646

Browse files
committed
typo bump
1 parent 52a7612 commit cccd646

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": "nativescript-videoplayer",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"main": "videoplayer.js",
55
"typings": "videoplayer.d.ts",
66
"description": "A NativeScript plugin that uses the native video players to play local and remote videos.",

videoplayer.android.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ export class Video extends videoCommon.Video {
128128
}
129129

130130
public _setNativeVideo(nativeVideo: any) {
131-
this.android.src = nativeVideo;
131+
this._android.src = nativeVideo;
132132
}
133133

134134
public setNativeSource(nativePlayerSrc: string) {

0 commit comments

Comments
 (0)