@christianriedl/media 1.0.153 → 1.0.154

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.153",
3
+ "version": "1.0.154",
4
4
  "description": "RIC media interfaces",
5
5
 
6
6
  "main": "dist/index.js",
@@ -19,7 +19,7 @@
19
19
  "license": "ISC",
20
20
  "dependencies": {
21
21
  "@christianriedl/utils": "^1.0.87",
22
- "@christianriedl/rest": "^1.0.51",
22
+ "@christianriedl/rest": "^1.0.52",
23
23
  "@christianriedl/epg": "^1.0.30"
24
24
  },
25
25
  "devDependencies": {
@@ -422,7 +422,7 @@
422
422
  }
423
423
  }
424
424
  clearName();
425
- if (item.title) {
425
+ if (item.title && item.title != '|') {
426
426
  showName.value = true;
427
427
  itemName.value = item.title;
428
428
  nameTimer = window.setTimeout(() => { clearName(); }, mediaAppConfig.nameDurationMS);