mirror of
https://github.com/OPSnet/Gazelle.git
synced 2026-01-16 18:04:34 -05:00
Fix 500 error on ajax browse
This commit is contained in:
@@ -49,7 +49,7 @@ class TGroupList extends \Gazelle\Json {
|
||||
$groupList[] = [
|
||||
'torrentId' => $torrent->id,
|
||||
'editionId' => $EditionID,
|
||||
'artists' => $tgroup->artistRole()->roleList()['main'],
|
||||
'artists' => $tgroup->artistRole()?->roleList()['main'],
|
||||
'remastered' => $torrent->isRemastered(),
|
||||
'remasterYear' => $torrent->remasterYear(),
|
||||
'remasterRecordLabel' => $torrent->remasterRecordLabel() ?? '',
|
||||
|
||||
Reference in New Issue
Block a user