@christianriedl/media 1.0.93 → 1.0.94

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.93",
3
+ "version": "1.0.94",
4
4
  "description": "RIC media interfaces",
5
5
 
6
6
  "main": "dist/index.js",
@@ -384,7 +384,7 @@
384
384
  clearName();
385
385
  const idx = item.Url.lastIndexOf('.');
386
386
  const name = item.Url.substr(0, idx);
387
- if (!name.includes(item.Name)) {
387
+ if (!item.Name.includes(name)) {
388
388
  showName.value = true;
389
389
  nameTimer = window.setTimeout(() => { clearName(); }, mediaAppConfig.nameDurationMS);
390
390
  }