Fix linter issues

This commit is contained in:
Preston 2020-11-23 21:57:03 -05:00
parent 22c40fb049
commit 742226940c
2 changed files with 3 additions and 1 deletions

View File

@ -45,8 +45,8 @@
{{ parsedViewCount }}
</div>
<div
class="likeBarContainer"
v-if="!hideVideoLikesAndDislikes"
class="likeBarContainer"
>
<div
class="likeSection"

View File

@ -125,6 +125,8 @@ export default Vue.extend({
if (typeof item !== 'undefined') {
return item.type === 'video' || item.type === 'channel' || item.type === 'playlist'
}
return null
})
const returnDataInvidious = []