mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-19 16:52:53 +08:00
fix(music-controls): update associated cordova plugin (#3543)
The original project message in github.com: No longer maintained. Gavin Henry (ghenry22) has been maintaining a fork that should be updated and working better than this one. Please use his fork.
This commit is contained in:
parent
a37ea81488
commit
4766ec7a35
@ -148,9 +148,9 @@ export interface MusicControlsOptions {
|
|||||||
*/
|
*/
|
||||||
@Plugin({
|
@Plugin({
|
||||||
pluginName: 'MusicControls',
|
pluginName: 'MusicControls',
|
||||||
plugin: 'cordova-plugin-music-controls',
|
plugin: 'cordova-plugin-music-controls2',
|
||||||
pluginRef: 'MusicControls',
|
pluginRef: 'MusicControls',
|
||||||
repo: 'https://github.com/homerours/cordova-music-controls-plugin',
|
repo: 'https://github.com/ghenry22/cordova-plugin-music-controls2',
|
||||||
platforms: ['Android', 'iOS', 'Windows'],
|
platforms: ['Android', 'iOS', 'Windows'],
|
||||||
})
|
})
|
||||||
@Injectable()
|
@Injectable()
|
||||||
|
Loading…
Reference in New Issue
Block a user