Skip to content

Commit

Permalink
change isVR to isVr
Browse files Browse the repository at this point in the history
  • Loading branch information
ChunkyProgrammer committed Oct 1, 2024
1 parent 5bac72b commit 29475ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/renderer/components/ft-list-video/ft-list-video.js
Original file line number Diff line number Diff line change
Expand Up @@ -669,8 +669,8 @@ export default defineComponent({
this.is4k = this.data.is4k
this.is8k = this.data.is8k
this.isNew = this.data.isNew
this.isVr180 = this.data.isVR180
this.isVr360 = this.data.isVR360
this.isVr180 = this.data.isVr180
this.isVr360 = this.data.isVr360
this.is3D = this.data.is3d
this.hasCaptions = this.data.hasCaptions
this.isPremium = this.data.premium || false
Expand Down

0 comments on commit 29475ae

Please sign in to comment.