mirror of
https://github.com/koel/koel.git
synced 2026-04-26 01:06:00 +03:00
[PR #1685] [MERGED] chore: merge v6 into base API #1846
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#1846
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/1685
Author: @phanan
Created: 6/5/2023
Status: ✅ Merged
Merged: 6/5/2023
Merged by: @phanan
Base:
master← Head:remove-v6-obsolete📝 Commits (1)
a281b6achore: merge v6 into base API📊 Changes
83 files changed (+507 additions, -1202 deletions)
View changed files
📝
app/Http/Controllers/API/AlbumController.php(+1 -1)📝
app/Http/Controllers/API/AlbumSongController.php(+1 -1)📝
app/Http/Controllers/API/ArtistAlbumController.php(+1 -1)📝
app/Http/Controllers/API/ArtistController.php(+1 -1)📝
app/Http/Controllers/API/ArtistSongController.php(+1 -1)📝
app/Http/Controllers/API/DataController.php(+23 -30)📝
app/Http/Controllers/API/ExcerptSearchController.php(+3 -3)📝
app/Http/Controllers/API/FavoriteSongController.php(+1 -1)📝
app/Http/Controllers/API/FetchAlbumInformationController.php(+1 -1)📝
app/Http/Controllers/API/FetchArtistInformationController.php(+1 -1)📝
app/Http/Controllers/API/FetchRandomSongsInGenreController.php(+2 -2)📝
app/Http/Controllers/API/GenreController.php(+1 -1)📝
app/Http/Controllers/API/GenreSongController.php(+2 -2)📝
app/Http/Controllers/API/Interaction/PlayCountController.php(+2 -1)➖
app/Http/Controllers/API/MediaInformation/AlbumController.php(+0 -19)➖
app/Http/Controllers/API/MediaInformation/ArtistController.php(+0 -19)➖
app/Http/Controllers/API/MediaInformation/SongController.php(+0 -27)📝
app/Http/Controllers/API/OverviewController.php(+1 -1)📝
app/Http/Controllers/API/PlaylistController.php(+30 -9)📝
app/Http/Controllers/API/PlaylistFolderController.php(+3 -3)...and 63 more files
📄 Description
Merging v6 API into the main line.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
begin_at_secondsproperty to songs #1907