Skip to content

Commit

Permalink
fix(music-controls): update associated cordova plugin (#3543)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
rodolfopatane authored Oct 16, 2020
1 parent a37ea81 commit 4766ec7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/@ionic-native/plugins/music-controls/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,9 @@ export interface MusicControlsOptions {
*/
@Plugin({
pluginName: 'MusicControls',
plugin: 'cordova-plugin-music-controls',
plugin: 'cordova-plugin-music-controls2',
pluginRef: 'MusicControls',
repo: 'https://github.com/homerours/cordova-music-controls-plugin',
repo: 'https://github.com/ghenry22/cordova-plugin-music-controls2',
platforms: ['Android', 'iOS', 'Windows'],
})
@Injectable()
Expand Down

0 comments on commit 4766ec7

Please sign in to comment.