mirror of
https://github.com/koel/koel.git
synced 2026-04-26 17:25:59 +03:00
[PR #1526] [MERGED] fix(compilation): some bugs with album artists #1749
Labels
No labels
Authentication
Dependencies
Documentation
Feature Request
Flac
Help Wanted
Installation/Setup
Integration
Mobile
PR Welcome
Pending Release
Performance
Playlist
S3
Search
Sync
[Pri] Low
[Pri] Normal
[Status] Keep Open
[Status] Needs Author Reply
[Status] Needs Review
[Status] Stale
[Status] Will Implement
[Type] Blessed
[Type] Bug
[Type] Duplicate
[Type] Enhancement
[Type] Help Request
[Type] Question
[Type] Task
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/koel-koel#1749
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/koel/koel/pull/1526
Author: @phanan
Created: 10/12/2022
Status: ✅ Merged
Merged: 10/12/2022
Merged by: @phanan
Base:
master← Head:fix/album-artist📝 Commits (3)
3ec65c4fix(compilation): some bugs with album artistsad1d360feat: greatly reduce artist/album query complexity1acff99feat: improve song updating logic📊 Changes
42 files changed (+217 additions, -390 deletions)
View changed files
📝
app/Builders/AlbumBuilder.php(+0 -18)📝
app/Builders/ArtistBuilder.php(+0 -21)📝
app/Facades/Download.php(+1 -1)📝
app/Http/Controllers/API/SongController.php(+2 -6)📝
app/Http/Controllers/V6/API/AlbumController.php(+3 -6)📝
app/Http/Controllers/V6/API/ArtistController.php(+3 -6)📝
app/Http/Controllers/V6/API/QueueController.php(+1 -1)📝
app/Http/Resources/AlbumResource.php(+0 -3)📝
app/Http/Resources/ArtistResource.php(+0 -4)📝
app/Http/Resources/SongResource.php(+2 -2)📝
app/Models/Artist.php(+1 -0)📝
app/Models/Song.php(+6 -0)📝
app/Repositories/AlbumRepository.php(+17 -17)📝
app/Repositories/ArtistRepository.php(+16 -14)📝
app/Repositories/SongRepository.php(+1 -0)📝
app/Services/DownloadService.php(+11 -5)📝
app/Services/SmartPlaylistService.php(+2 -3)📝
app/Services/SongService.php(+29 -52)📝
app/Services/V6/SearchService.php(+2 -8)📝
resources/assets/js/__tests__/factory/albumFactory.ts(+0 -5)...and 22 more files
📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.