@@ -30,7 +30,7 @@ |
||
| 30 | 30 | |
| 31 | 31 | $itemId = (int) ($body['itemId'] ?? 0); |
| 32 | 32 | |
| 33 | - return match ((string) ($args['type'] ?? '')) { |
|
| 33 | + return match((string) ($args['type'] ?? '')) { |
|
| 34 | 34 | 'song' => $this->songRepository->find($itemId), |
| 35 | 35 | 'album' => $this->albumRepository->find($itemId), |
| 36 | 36 | default => null, |