mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +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
|
public function rules(): array
|
||||||
{
|
{
|
||||||
return [
|
return [
|
||||||
'songs' => 'required',
|
'songs' => 'present|array',
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue