Skip to content

Commit

Permalink
update keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
martynaskadisa committed Jul 26, 2020
1 parent 415e5c1 commit e79b1f7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
"name": "use-media-session",
"version": "0.0.1",
"description": "Hooks for interacting with Media Session API",
"keywords": [
"mediasession",
"mediasession-api",
"react",
"hooks"
],
"author": "martynaskadisa",
"license": "MIT",
"repository": "martynaskadisa/use-media-session",
Expand Down
1 change: 1 addition & 0 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ interface MediaSessionOptions {
onSeekTo?: () => void;
onSkipAd?: () => void;
onStop?: () => void;
// @TODO: add support for positionState
}

const bindActionHandler = (action: string, callback?: () => void) => {
Expand Down

0 comments on commit e79b1f7

Please sign in to comment.