mirror of
https://github.com/koel/koel.git
synced 2026-04-25 08:46:00 +03:00
[PR #341] [CLOSED] Make some function. #1219
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#1219
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/341
Author: @athilog
Created: 5/23/2016
Status: ❌ Closed
Base:
master← Head:master📝 Commits (9)
4a84930search & playcd84186Music add serviced79cf7dyoutube player hide56a567enew player&connect6a2446dtest09e58aenot fix error play next, song time, interaction1521424fixed play next, interaction & searched data init88c4471unneccessary delete832d7acsome error fix📊 Changes
30 files changed (+950 additions, -32 deletions)
View changed files
➕
app/Facades/DropbeatMedia.php(+13 -0)➕
app/Http/Controllers/API/DropbeatController.php(+32 -0)📝
app/Http/Controllers/API/SongController.php(+8 -0)➕
app/Http/Requests/API/DropbeatRequest.php(+28 -0)📝
app/Http/routes.php(+3 -0)📝
app/Models/File.php(+1 -0)➕
app/Providers/DropbeatMediaServiceProvider.php(+31 -0)➕
app/Services/DropbeatMedia.php(+165 -0)➕
composer.phar(+0 -0)📝
config/app.php(+2 -0)📝
database/migrations/2015_11_23_074713_create_songs_table.php(+1 -0)📝
gulpfile.js(+2 -1)📝
package.json(+1 -1)📝
resources/assets/js/app.vue(+8 -2)➕
resources/assets/js/components/main-wrapper/main-content/dropbeat.vue(+95 -0)📝
resources/assets/js/components/main-wrapper/main-content/index.vue(+3 -1)📝
resources/assets/js/components/main-wrapper/main-content/settings.vue(+1 -0)📝
resources/assets/js/components/main-wrapper/sidebar/index.vue(+8 -1)📝
resources/assets/js/components/site-footer/index.vue(+6 -2)➕
resources/assets/js/dropbeat/data-list.vue(+70 -0)...and 10 more files
📄 Description
I wanted talking you.
but my language skill is not good.
so I hope you understand
and I amateur
I make new some function
Youtube & Soundcloud Music search and add.
but this have some problem
though you want it
I wish pull request.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.