Skip to content

Commit

Permalink
feat(library): copy apple music url
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Engelhardt <[email protected]>
  • Loading branch information
antonengelhardt committed Oct 10, 2024
1 parent 6c768ce commit b3b4ad8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/library.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ export default function Command() {
actions={
<ActionPanel title={item?.title + " by " + item?.artist}>
<Action title="Open in Apple Music" onAction={() => open(item?.appleMusicUrl.toString())} />
<Action.CopyToClipboard content={item?.appleMusicUrl.toString()} />
</ActionPanel>
}
/>
Expand Down

0 comments on commit b3b4ad8

Please sign in to comment.