Skip to content

Commit b48db0d

Browse files
committed
get isListed from Invidious API
1 parent 1b3ac3b commit b48db0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/renderer/views/Watch/Watch.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -776,6 +776,7 @@ export default defineComponent({
776776
this.isLive = result.liveNow
777777
this.isFamilyFriendly = result.isFamilyFriendly
778778
this.isPostLiveDvr = !!result.isPostLiveDvr
779+
this.isUnlisted = !result.isListed
779780

780781
this.captions = result.captions.map(caption => {
781782
return {

0 commit comments

Comments
 (0)