Skip to content

Commit 6cf1814

Browse files
committed
toggle keyword default to False
1 parent 8f96c34 commit 6cf1814

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plexapi/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ def refreshSync(self):
493493
self.refreshSynclist()
494494
self.refreshContent()
495495

496-
def _allowMediaDeletion(self, toggle):
496+
def _allowMediaDeletion(self, toggle=False):
497497
""" Toggle allowMediaDeletion.
498498
Parameters:
499499
toggle (bool): True enables Media Deletion

0 commit comments

Comments
 (0)