Commit 247ed66
authored
Add a from_token Market for some Spotify endpoints
According to https://developer.spotify.com/documentation/general/guides/track-relinking-guide/
the special string `from_token` can be provided instead of providing a manual country code
to locate content based on the logged-in user's own country.1 parent 24863b3 commit 247ed66
File tree
1 file changed
+6
-1
lines changed- src/commonMain/kotlin/com.adamratzman.spotify/utils
1 file changed
+6
-1
lines changedLines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1844 | 1844 | | |
1845 | 1845 | | |
1846 | 1846 | | |
1847 | | - | |
| 1847 | + | |
| 1848 | + | |
| 1849 | + | |
| 1850 | + | |
| 1851 | + | |
| 1852 | + | |
1848 | 1853 | | |
1849 | 1854 | | |
1850 | 1855 | | |
| |||
0 commit comments