Skip to content

Commit

Permalink
Fixed broken specs
Browse files Browse the repository at this point in the history
  • Loading branch information
brand-it committed Nov 26, 2024
1 parent d9a91cf commit 4068222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/services/episode_disk_title_selector_service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def episode_disk_title(episode)
end

def disk_titles
disk_titles.sort_by { _1.segment_map.sum }
disk.disk_titles.sort_by { _1.segment_map.sum }
end

def select_episode(disk_title)
Expand Down

0 comments on commit 4068222

Please sign in to comment.