AppleScript: Implemented Composer field

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
This commit is contained in:
Christopher Snowhill 2023-09-02 21:17:31 -07:00
parent a01d9ee5b3
commit 57158da628
No known key found for this signature in database

View file

@ -147,6 +147,9 @@
<property name="artist" code="pArt" description="The artist of the entry" type="text"> <property name="artist" code="pArt" description="The artist of the entry" type="text">
<cocoa key="artist" insert-at-beginning="yes"/> <cocoa key="artist" insert-at-beginning="yes"/>
</property> </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"> <property name="title" code="pTit" description="The title of the entry." type="text" access="r">
<cocoa key="title" insert-at-beginning="yes"/> <cocoa key="title" insert-at-beginning="yes"/>
</property> </property>