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.
1 parent 0dc9f38 commit 0e4b3e8Copy full SHA for 0e4b3e8
grails-app/controllers/streama/WatchlistEntryController.groovy
@@ -101,7 +101,7 @@ class WatchlistEntryController {
101
user == currentUser
102
profile == currentProfile
103
isDeleted == false
104
- video != null
+ video != null || tvShow != null
105
}.list(sort: sortingColumn, order: sortingOrder)
106
if(!watchlistEntries){
107
render status: NO_CONTENT
0 commit comments