mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-28 23:01:29 +00:00
Fix type error
This commit is contained in:
@@ -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 = '';
|
||||
|
||||
Reference in New Issue
Block a user