mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 09:01:54 +08:00
cdrom flag; written fix
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user