diff --git a/app/views/playlists/show.html.erb b/app/views/playlists/show.html.erb index 84ad3d3dc6..3a9eac3fd2 100644 --- a/app/views/playlists/show.html.erb +++ b/app/views/playlists/show.html.erb @@ -52,7 +52,7 @@ Unless required by applicable law or agreed to in writing, software distributed <%= render 'current_item' %> - <% @related_annotations = @playlist.related_annotations_time_contrained(@current_playlist_item)%> + <% @related_annotations = @playlist.related_annotations(@current_playlist_item)%> <% unless @related_annotations.empty? %>