Fix type error

This commit is contained in:
DariusIII
2026-02-27 12:37:10 +01:00
parent 6fbcca5139
commit a33d23e08c
+1 -1
View File
@@ -382,7 +382,7 @@ class MusicService
' Year: '.$year
);
}
$mus['cover'] = $ri->saveImage($musicId, $mus['coverurl'], $this->imgSavePath, 250, 250);
$mus['cover'] = $ri->saveImage((string) $musicId, $mus['coverurl'], $this->imgSavePath, 250, 250);
} elseif ($this->echooutput) {
if ($mus['artist'] === '') {
$artist = '';