@christianriedl/media 1.0.219 → 1.0.220

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.219",
3
+ "version": "1.0.220",
4
4
  "description": "RIC media interfaces",
5
5
 
6
6
  "main": "dist/index.js",
@@ -259,7 +259,7 @@
259
259
  const folder = selected.value.url.includes('videoclips') ? "Videoclips" : "Videos";
260
260
  cloudUrl.value = await mediaService.getCloudUrl (folder, selected.value.name);
261
261
  if (cloudUrl.value) {
262
- if (!paramsText.value.includes ("CLOUD")) {
262
+ if (!paramsText.value.includes ("CLOUD"))
263
263
  paramsText.value += " CLOUD";
264
264
  }
265
265
  else {