Jump to content

Issues Getting Subtitle to Display


Recommended Posts

Hi everyone. I have a query running that's returning the following json:

 

{
  "items": [
    {
      "arg": [
        "https://github.com/niclake/advent-of-code-22",
        "advent-of-code-22"
      ],
      "uid": 574776691,
      "title": "advent-of-code-22",
      "subtitle": "My Advent of Code 2022 code - https://adventofcode.com/2022/"
    },
  ]
}

 

This is then returned to Alfred as an item to show in the window. On my computer, both the `title` and `subtitle` are displaying correctly. On other's computers, the `subtitle` will not show in the Alfred window.

 

 

Their example window: 

image.thumb.png.9b61329d05b196023813d681aab20156.png

 

And mine:

image.png.35f1d112e89978ddee04b946486dbbf2.png

 

Here's the code I'm working with: https://github.com/niclake/alfred-github-repo-helper Any assistance here would be incredible.

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...