AppleScript: Implemented Composer field
Signed-off-by: Christopher Snowhill <kode54@gmail.com>
This commit is contained in:
parent
4c9895d208
commit
b64e00449e
1 changed files with 3 additions and 0 deletions
3
Cog.sdef
3
Cog.sdef
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue