Skip to content

Commit

Permalink
ft-list-lazy-wrapper put whitespace back to what it was
Browse files Browse the repository at this point in the history
  • Loading branch information
petaded committed Jun 18, 2023
1 parent 8dadb59 commit de7a8b4
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ export default defineComponent({
if (this.hideUpcomingPremieres &&
// Observed for premieres in Local API Channels.
(data.durationText === 'PREMIERE' ||
// viewCount is our only method of detecting premieres in RSS
// data without sending an additional request.
// If we ever get a better flag, use it here instead.
(data.isRSS && data.viewCount === '0'))) {
// viewCount is our only method of detecting premieres in RSS
// data without sending an additional request.
// If we ever get a better flag, use it here instead.
(data.isRSS && data.viewCount === '0'))) {
// hide upcoming
return false
}
Expand Down

0 comments on commit de7a8b4

Please sign in to comment.