Skip to content

Commit

Permalink
Add unregister to SyncPluginManager
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Apr 28, 2024
1 parent 5616a70 commit f0346b4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plextraktsync/sync/plugin/SyncPluginManager.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ def pm(self):
def hook(self):
return self.pm.hook

@cached_property
def unregister(self):
return self.pm.unregister

@property
def plugins(self):
from ..AddCollectionPlugin import AddCollectionPlugin
Expand Down

0 comments on commit f0346b4

Please sign in to comment.