mirror of
https://github.com/linuxserver/Heimdall.git
synced 2026-08-07 07:16:13 +00:00
Merge branch 'master' into v1.3
This commit is contained in:
@@ -56,6 +56,7 @@ class Item extends Model
|
||||
public function getConfigAttribute()
|
||||
{
|
||||
$output = null;
|
||||
$view = null;
|
||||
if(isset($this->description) && !empty($this->description)){
|
||||
$output = json_decode($this->description);
|
||||
if(isset($output->type) && !empty($output->type)) {
|
||||
|
||||
Reference in New Issue
Block a user