mirror of
https://github.com/EddieTheCubeHead/Stagnum.git
synced 2026-04-26 14:15:50 +03:00
[PR #119] [MERGED] 97 playlist handling in pool creation is broken #277
Labels
No labels
bug
bug
client
design
documentation
feature
feature
infrastructure
pull-request
ready for development
server
server
spike
technical work
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Stagnum#277
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/EddieTheCubeHead/Stagnum/pull/119
Author: @EddieTheCubeHead
Created: 3/9/2024
Status: ✅ Merged
Merged: 3/9/2024
Merged by: @KeManen
Base:
master← Head:97-playlist-handling-in-pool-creation-is-broken📝 Commits (4)
b59d20397 Fix code expecting wrong playlist data format on fetch95b018997 Enable fetching playlists larger than 100 songsf0dc76cMerge branch 'master' into 97-playlist-handling-in-pool-creation-is-brokena54711e97 Remove WIP mark📊 Changes
9 files changed (+202 additions, -57 deletions)
View changed files
📝
server/src/api/auth/dependencies.py(+2 -2)📝
server/src/api/common/dependencies.py(+14 -14)📝
server/src/api/pool/dependencies.py(+16 -3)📝
server/test/pool_features/add_content_features.py(+4 -5)📝
server/test/pool_features/conftest.py(+96 -0)📝
server/test/pool_features/create_pool_features.py(+36 -14)📝
server/test/pool_features/delete_content_features.py(+8 -9)📝
server/test/pool_features/get_pool_features.py(+2 -2)📝
server/test/pool_features/playback_features.py(+24 -8)📄 Description
Two problems fixed:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.