summaryrefslogtreecommitdiff
path: root/kvmd/plugins/msd/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'kvmd/plugins/msd/__init__.py')
-rw-r--r--kvmd/plugins/msd/__init__.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/kvmd/plugins/msd/__init__.py b/kvmd/plugins/msd/__init__.py
index 5c5ce9df..c8015a2a 100644
--- a/kvmd/plugins/msd/__init__.py
+++ b/kvmd/plugins/msd/__init__.py
@@ -118,6 +118,9 @@ class BaseMsd(BasePlugin):
raise NotImplementedError()
yield
+ def get_upload_chunk_size(self) -> int:
+ raise NotImplementedError()
+
async def write_image_chunk(self, chunk: bytes) -> int:
raise NotImplementedError()