diff options
Diffstat (limited to 'kvmd/plugins/msd/__init__.py')
-rw-r--r-- | kvmd/plugins/msd/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kvmd/plugins/msd/__init__.py b/kvmd/plugins/msd/__init__.py index bff60232..dc6fbd51 100644 --- a/kvmd/plugins/msd/__init__.py +++ b/kvmd/plugins/msd/__init__.py @@ -92,7 +92,7 @@ class BaseMsd(BasePlugin): async def disconnect(self) -> Dict: raise NotImplementedError - async def select(self, name: str) -> Dict: + async def select(self, name: str, cdrom: bool) -> Dict: raise NotImplementedError async def remove(self, name: str) -> Dict: |