mirror of
https://github.com/sigma67/ytmusicapi.git
synced 2026-04-25 07:16:00 +03:00
Labels
No labels
a/b
bug
documentation
enhancement
good first issue
help wanted
invalid
pull-request
question
wontfix
yt-error
yt-update
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ytmusicapi#553
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/sigma67/ytmusicapi/pull/76
Author: @alexmercerind
Created: 9/8/2020
Status: ✅ Merged
Merged: 9/8/2020
Merged by: @sigma67
Base:
master← Head:patch-1📝 Commits (1)
9bded79Fixes the issue #75📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
ytmusicapi/mixins/browsing.py(+1 -1)📄 Description
Some albums like following give no first track at the moment (rather start index from 2 instead of 1).
Simply changing the index in this line from 4 to 3 fixes the issue.
With the following script:
Output before this change:
Output after this change:
Thanks for your awesome library. ❤
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.