Applescript access to queue items appears broken in 1.5.15 running on 10.14.3

Issue #525 resolved
Scott Mann created an issue

It doesn’t appear to be possible to get any properties of any queue items, other than their total count. Accessing id, name, source or destination fail as shown below.

tell application "Subler" to get id of queue item 1

Result: error "Subler got an error: Can’t get id of queue item 1." number -1728 from id of queue item 1

tell application "Subler" to get count of queue items

Result: 45

Comments (1)

  1. Log in to comment