forked from adamgrieger/spotify-web-api-ts
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: fixes incomplete type for player api function
`getCurrentlyPlayingTrack` returns an empty string if no song is currently playing. The type response of that function is incorrect, leading to complile errors. This PR fixes the issue by correcting the type response. Fixes adamgrieger#22
- Loading branch information
1 parent
cf8adf9
commit 2658773
Showing
2 changed files
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
# This project uses yarn. Do not | ||
# include npm package lock. | ||
package-lock.json | ||
|
||
# Logs | ||
logs | ||
*.log | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters