cdrom flag; written fix

This commit is contained in:
Devaev Maxim
2019-10-05 09:23:48 +03:00
parent a073113f38
commit e97d48b363
5 changed files with 12 additions and 7 deletions

View File

@@ -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: