Skip to content
This repository was archived by the owner on May 4, 2021. It is now read-only.
This repository was archived by the owner on May 4, 2021. It is now read-only.

Can't add local tracks to queue #103

@finaltransmit

Description

@finaltransmit

When calling Spicetify.addToQueue with a local song uri of the form spotify:local:Foo
an error is reported and the song is not added to the queue.

Code snippet that causes this:
} else if (uri.type === Spicetify.LibURI.Type.TRACK || uri.type === Spicetify.LibURI.Type.EPISODE) { this.queueTracks([uri], callback) } else { console.log("Spicetify.addToQueue: Only Track, Album, Episode URIs are accepted") }
line 132924 in formatted zlink.bundle.js

Local song uris are valid and playable and should therefore be able to be added to the queue

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