We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 59b7583 + 7f00e29 commit ca75b94Copy full SHA for ca75b94
grails-app/services/streama/VideoService.groovy
@@ -47,12 +47,6 @@ class VideoService {
47
48
if (!previousShowEntry) {
49
result.add(continueWatchingItem)
50
- } else {
51
- def previousIsLower = (previousShowEntry.video.seasonEpisodeMerged < continueWatchingItem.video.seasonEpisodeMerged)
52
- if (previousShowEntry && previousIsLower) {
53
- result.removeAll { it.id == previousShowEntry.id }
54
- result.add(continueWatchingItem)
55
- }
56
}
57
} else {
58
0 commit comments