mirror of
https://github.com/ramsayleung/rspotify.git
synced 2026-04-26 07:55:55 +03:00
[PR #172] [MERGED] Documentation fixes #285
Labels
No labels
Stale
bug
discussion
enhancement
good first issue
good first issue
help wanted
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/rspotify#285
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ramsayleung/rspotify/pull/172
Author: @marioortizmanero
Created: 12/28/2020
Status: ✅ Merged
Merged: 1/19/2021
Merged by: @ramsayleung
Base:
master← Head:doc-fixes📝 Commits (3)
0816cf680-character length lines and some fixes9d0db49fix webapp example80a7b6fmerge w/ master📊 Changes
10 files changed (+85 additions, -49 deletions)
View changed files
📝
examples/webapp/Cargo.toml(+3 -1)📝
examples/webapp/src/main.rs(+37 -20)📝
src/client.rs(+13 -9)📝
src/model/enums/country.rs(+2 -1)📝
src/model/enums/misc.rs(+5 -5)📝
src/model/enums/types.rs(+2 -1)📝
src/model/mod.rs(+15 -6)📝
src/model/playlist.rs(+1 -1)📝
src/model/show.rs(+2 -1)📝
src/model/track.rs(+5 -4)📄 Description
Description
I've fixed a few things in the docs. I mostly made sure all coments are
80-characters long and some typos I found.
This PR also fixes the
webappexample, which wasn't working.Type of change
Please delete options that are not relevant.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.