mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:01:24 +00:00
Fix categories display on release details page
This commit is contained in:
@@ -322,7 +322,7 @@ class Release extends Model
|
||||
{
|
||||
$query = self::with([
|
||||
'group:id,name',
|
||||
'category:id,title',
|
||||
'category:id,title,root_categories_id',
|
||||
'category.parent:id,title',
|
||||
'video:id,title,tvdb,trakt,tvrage,tvmaze,source',
|
||||
'video.tvInfo:videos_id,summary,image',
|
||||
|
||||
Reference in New Issue
Block a user