Skip to content

Commit

Permalink
AppleScript: Implemented Composer field
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Snowhill <[email protected]>
  • Loading branch information
kode54 committed Sep 3, 2023
1 parent a01d9ee commit 57158da
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cog.sdef
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,9 @@
<property name="artist" code="pArt" description="The artist of the entry" type="text">
<cocoa key="artist" insert-at-beginning="yes"/>
</property>
<property name="composer" code="pCom" description="The composer of the entry" type="text">
<cocoa key="composer" insert-at-beginning="yes"/>
</property>
<property name="title" code="pTit" description="The title of the entry." type="text" access="r">
<cocoa key="title" insert-at-beginning="yes"/>
</property>
Expand Down

0 comments on commit 57158da

Please sign in to comment.