mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-22 01:19:36 +08:00
docs(youtube-video-player): changed source (#1659)
This commit is contained in:
parent
35f498b82c
commit
d60c0800e7
@ -27,9 +27,9 @@ import { Plugin, Cordova, IonicNativePlugin } from '@ionic-native/core';
|
|||||||
*/
|
*/
|
||||||
@Plugin({
|
@Plugin({
|
||||||
pluginName: 'YoutubeVideoPlayer',
|
pluginName: 'YoutubeVideoPlayer',
|
||||||
plugin: 'https://github.com/JonSmart/CordovaYoutubeVideoPlayer.git',
|
plugin: 'cordova-plugin-youtube-video-player',
|
||||||
pluginRef: 'YoutubeVideoPlayer',
|
pluginRef: 'YoutubeVideoPlayer',
|
||||||
repo: 'https://github.com/JonSmart/CordovaYoutubeVideoPlayer',
|
repo: 'https://github.com/ihadeed/CordovaYoutubeVideoPlayer',
|
||||||
platforms: ['Android', 'iOS']
|
platforms: ['Android', 'iOS']
|
||||||
})
|
})
|
||||||
@Injectable()
|
@Injectable()
|
||||||
|
Loading…
Reference in New Issue
Block a user