Skip to content

GetSavedAlbums doesn't return album data #71

@cwsterling

Description

@cwsterling

So, I'm playing around with the GetSavedAlbums and the method returns 16 items and when I look at the items returned, the items have an added time, but don't have any item data, it's null.

I would love to look through the code and see if I could work on fixing it or at least tracing through the path to see how the calls are being made, but I load up the source in visual studio 2013 and I can't compile it due to errors.

public string GetAlbum(String id, String market = "")
    {
        if (String.IsNullOrEmpty(market))
            return $"{APIBase}/albums/{id}";
        return $"{APIBase}/albums/{id}?market={market}";
    }

my visual studio has an issue with the $ in return. I'm using .net4.5 any suggestions because I would love to work on seeing if I myself could possibly look into this and fix it

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