Skip to content

Commit

Permalink
Merge pull request #83 from inferrinizzard/task/types/search-result
Browse files Browse the repository at this point in the history
[FIX] Update playlist output type in SearchResultsMap
  • Loading branch information
jordan-loeser authored Feb 21, 2024
2 parents d45ddc9 + 8a0334c commit f31a023
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!-- See: CONTRIBUTING.md#Pull-Requests -->

### Summary

<!-- Explain the context and why you're making that change. What is the problem you're trying to solve? -->

### Changes

<!-- Describe the solution and changes that you have made -->

### Results

<!-- Describe expected new behaviour, as well as any steps on how to test / verify. -->
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ interface SearchResultsMap {
album: SimplifiedAlbum
artist: Artist
track: Track
playlist: PlaylistBase
playlist: SimplifiedPlaylist
show: SimplifiedShow
episode: SimplifiedEpisode
audiobook: SimplifiedAudiobook
Expand Down

0 comments on commit f31a023

Please sign in to comment.