diff --git a/sections/ajax/torrentgroup.php b/sections/ajax/torrentgroup.php index 70990e9a..2467bd6b 100644 --- a/sections/ajax/torrentgroup.php +++ b/sections/ajax/torrentgroup.php @@ -38,6 +38,9 @@ function filter_by_key($input, $keys) { return array_intersect_key($input, array 'producer' => $ArtistForm[7] == null ? array() : pullmediainfo($ArtistForm[7]) ); } +else { + $JsonMusicInfo = NULL; +} $JsonTorrentDetails = array( 'wikiBody' => $Text->full_format($TorrentDetails['WikiBody']),