Skip to content

Commit

Permalink
Fix wizarr api (changes introduced in 4.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
l7ssha committed Nov 27, 2024
1 parent d00528c commit 1b8552a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/src/external/wizarr.dart
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ class CreateInvitationRequest {
if (duration != null) 'duration': duration!.inMinutes.toString(),
if (expires != null) 'expires': expires!.inMinutes.toString(),
'live_tv': 'false',
'plex_allow_sync': 'false',
'plex_home': 'false',
'sessions': sessions.toString(),
'unlimited': unlimited ? 'true' : 'false',
'specific_libraries': jsonEncode(specificLibraries),
Expand Down

0 comments on commit 1b8552a

Please sign in to comment.