fix(music-control): use correct input type (#3054)

This commit is contained in:
Gyula Isoó 2019-06-10 20:03:34 +02:00 committed by Daniel Sogl
parent 43442ac4ea
commit 300d7c229c

View File

@ -204,7 +204,7 @@ export class MusicControls extends IonicNativePlugin {
@Cordova({
platforms: ['iOS']
})
updateElapsed(args: { elapsed: string; isPlaying: boolean }): void {}
updateElapsed(args: { elapsed: number; isPlaying: boolean }): void {}
/**
* Toggle dismissable: