@christianriedl/media 1.0.198 → 1.0.199

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@christianriedl/media",
3
- "version": "1.0.198",
3
+ "version": "1.0.199",
4
4
  "description": "RIC media interfaces",
5
5
 
6
6
  "main": "dist/index.js",
@@ -103,7 +103,7 @@
103
103
  async function startDistribute() {
104
104
  if (!window.confirm(`Willst du wirklich die B�cher neu anordnen ?`))
105
105
  return;
106
- const result = await booksService.distributeBooks(mmPerBook.value, maxFillPerc.value, minRestPerc.value);
106
+ const result = await booksService.distributeBooks(mmPerBook.value, maxFillPerc.value);
107
107
  alert (result);
108
108
  showDistribute.value = false;
109
109
  }