mirror of
https://github.com/koel/koel
synced 2025-02-17 13:58:28 +00:00
fix: Delete all songs in a playlist
This commit is contained in:
parent
d84d863b09
commit
9a404149e5
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ class PlaylistSyncRequest extends Request
|
|||
public function rules(): array
|
||||
{
|
||||
return [
|
||||
'songs' => 'required',
|
||||
'songs' => 'present|array',
|
||||
];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue