[AppleScript Automation] Rename Playlist member
Rename this class member to match the current interface design. Signed-off-by: Christopher Snowhill <kode54@gmail.com>
This commit is contained in:
parent
a2d8e0ec42
commit
901ba8d218
1 changed files with 1 additions and 1 deletions
2
Cog.sdef
2
Cog.sdef
|
@ -136,7 +136,7 @@
|
|||
<class name="playlistentry" code="cPlE">
|
||||
<cocoa class="PlaylistEntry" insert-at-beginning="yes"/>
|
||||
<property name="url" code="pURL" description="The URL of the entry." type="file" access="r">
|
||||
<cocoa key="URL" insert-at-beginning="yes"/>
|
||||
<cocoa key="url" insert-at-beginning="yes"/>
|
||||
</property>
|
||||
<property name="album" code="pAlb" description="The album of the entry." type="text" access="r">
|
||||
<cocoa key="album" insert-at-beginning="yes"/>
|
||||
|
|
Loading…
Reference in a new issue