Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Suggestion] Add a param to ignore Spotify. #55

Closed
vorlie opened this issue Jun 8, 2024 · 2 comments
Closed

[Suggestion] Add a param to ignore Spotify. #55

vorlie opened this issue Jun 8, 2024 · 2 comments
Labels

Comments

@vorlie
Copy link

vorlie commented Jun 8, 2024

Since Spotify does not have an application ID, it is not possible to hide it.

My original thought was that if we use the activity name for spotify and just ignore it by using param ignoreSpotify=True for example.
At least that's what I would've done but since I have no experience with managing API's in typescript, all I can do is give a suggestion.

if (activity.name.toLowerCase().includes('spotify')) {
        // Ignore Spotify
        return;
@GravityScriptsV2
Copy link
Contributor

I will take care of this. i wish i could assign myself but i can't.

cnrad added a commit that referenced this issue Jun 9, 2024
@cnrad
Copy link
Owner

cnrad commented Jun 26, 2024

whoops forgot to close

@cnrad cnrad closed this as completed Jun 26, 2024
@dimension-beta dimension-beta bot added the done label Jun 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants