[PR #550] [MERGED] Revert "get_playlist: fix albums on tracks" (#548) #643

Closed
opened 2026-02-27 23:01:49 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/sigma67/ytmusicapi/pull/550
Author: @sigma67
Created: 2/20/2024
Status: Merged
Merged: 2/22/2024
Merged by: @sigma67

Base: mainHead: fix-548


📝 Commits (4)

  • fd825c2 Revert "get_playlist: fix albums on tracks"
  • 4aa90f1 Revert "get_charts: removed trending category (no longer available on YTM)"
  • 6048b56 fix tests
  • 964841f add token to coverage.yml

📊 Changes

14 files changed (+79 additions, -17 deletions)

View changed files

📝 .github/workflows/coverage.yml (+1 -0)
📝 .gitignore (+1 -1)
tests/mixins/__init__.py (+0 -0)
📝 tests/mixins/test_explore.py (+3 -4)
📝 tests/mixins/test_library.py (+2 -2)
📝 tests/mixins/test_playlists.py (+1 -1)
📝 tests/mixins/test_search.py (+1 -1)
📝 tests/setup/setup_account.py (+1 -1)
tests/test.example.cfg (+38 -0)
📝 ytmusicapi/mixins/_protocol.py (+1 -3)
📝 ytmusicapi/mixins/explore.py (+7 -1)
📝 ytmusicapi/parsers/explore.py (+16 -0)
📝 ytmusicapi/parsers/playlists.py (+6 -2)
📝 ytmusicapi/parsers/podcasts.py (+1 -1)

📄 Description

This reverts commit b2113db0e1.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/sigma67/ytmusicapi/pull/550 **Author:** [@sigma67](https://github.com/sigma67) **Created:** 2/20/2024 **Status:** ✅ Merged **Merged:** 2/22/2024 **Merged by:** [@sigma67](https://github.com/sigma67) **Base:** `main` ← **Head:** `fix-548` --- ### 📝 Commits (4) - [`fd825c2`](https://github.com/sigma67/ytmusicapi/commit/fd825c2acc70124fe126ef485c1a44751bfad961) Revert "get_playlist: fix albums on tracks" - [`4aa90f1`](https://github.com/sigma67/ytmusicapi/commit/4aa90f1ddf7e7dbafcb6552a0cb63436520fd2ad) Revert "get_charts: removed trending category (no longer available on YTM)" - [`6048b56`](https://github.com/sigma67/ytmusicapi/commit/6048b564db2fa645ff866bc82d580373ceee905e) fix tests - [`964841f`](https://github.com/sigma67/ytmusicapi/commit/964841f65f8eec218b2f936f869598012f1032e3) add token to coverage.yml ### 📊 Changes **14 files changed** (+79 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/coverage.yml` (+1 -0) 📝 `.gitignore` (+1 -1) ➕ `tests/mixins/__init__.py` (+0 -0) 📝 `tests/mixins/test_explore.py` (+3 -4) 📝 `tests/mixins/test_library.py` (+2 -2) 📝 `tests/mixins/test_playlists.py` (+1 -1) 📝 `tests/mixins/test_search.py` (+1 -1) 📝 `tests/setup/setup_account.py` (+1 -1) ➕ `tests/test.example.cfg` (+38 -0) 📝 `ytmusicapi/mixins/_protocol.py` (+1 -3) 📝 `ytmusicapi/mixins/explore.py` (+7 -1) 📝 `ytmusicapi/parsers/explore.py` (+16 -0) 📝 `ytmusicapi/parsers/playlists.py` (+6 -2) 📝 `ytmusicapi/parsers/podcasts.py` (+1 -1) </details> ### 📄 Description This reverts commit b2113db0e15cbc9bec2e1c308bf4c144fb48a937. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 23:01:49 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ytmusicapi#643
No description provided.