Skip to content

Commit

Permalink
fix: 🚑 Corrected the variable for unlimited invite uses on plex
Browse files Browse the repository at this point in the history
  • Loading branch information
JamsRepos committed May 3, 2024
1 parent 08840b9 commit b605010
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export default defineComponent({
plex: {
unlimited: {
label: "Unlimited Invitation Usages",
value: this.invitation.plex_home,
value: this.invitation.unlimited,
},
plex_home: {
label: "Allow Plex Home Access",
Expand Down

0 comments on commit b605010

Please sign in to comment.