Skip to content

Returning an object will give an array of strings for each property #15

@lxsavage

Description

@lxsavage

An example of this is:

Applescript:
tell application "iTunes" to get properties of current track

Expected result:

{
  name: "SongName",
  artist: "SongArtist",
  album: "SongAlbum",
  ...
}

Actual result:

[
  'name: "SongName"',
  'artist: "SongArtist"',
  'album: "SongAlbum"',
  ...
]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions