Skip to content

Commit

Permalink
Fix categories display on release details page
Browse files Browse the repository at this point in the history
  • Loading branch information
DariusIII committed Jan 3, 2025
1 parent 4ab4e7f commit 3e5496e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Models/Release.php
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ public static function getByGuid($guid)
{
$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',
Expand Down

0 comments on commit 3e5496e

Please sign in to comment.