pinokiod 3.164.0 → 3.165.0

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": "pinokiod",
3
- "version": "3.164.0",
3
+ "version": "3.165.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -6450,7 +6450,10 @@ body.dark .pinokio-fork-dropdown-remote, body.dark .pinokio-publish-dropdown-rem
6450
6450
  refresh_du("logs")
6451
6451
  } else {
6452
6452
  if (event.data.type === 'start') {
6453
- ignorePersistedSelection = true
6453
+ const frameName = matchedFrameName || (typeof event.data.frame === 'string' ? event.data.frame : null)
6454
+ if (typeof frameName === 'string' && frameName.startsWith('@http')) {
6455
+ ignorePersistedSelection = true
6456
+ }
6454
6457
  }
6455
6458
  refresh()
6456
6459
  }