diff --git a/grails-app/services/streama/VideoService.groovy b/grails-app/services/streama/VideoService.groovy index 328a589f2..9b61295ba 100644 --- a/grails-app/services/streama/VideoService.groovy +++ b/grails-app/services/streama/VideoService.groovy @@ -47,12 +47,6 @@ class VideoService { if (!previousShowEntry) { result.add(continueWatchingItem) - } else { - def previousIsLower = (previousShowEntry.video.seasonEpisodeMerged < continueWatchingItem.video.seasonEpisodeMerged) - if (previousShowEntry && previousIsLower) { - result.removeAll { it.id == previousShowEntry.id } - result.add(continueWatchingItem) - } } } else { result.add(continueWatchingItem)