check for embedded by url, not by frame id
This commit is contained in:
parent
a321789c34
commit
981368b376
@ -344,7 +344,7 @@ function loadFrames(videoTab) {
|
||||
var newItem = TabItem.create(
|
||||
`_vsi_${videoTab.id}-${videoTab.frames[frame].id}`,
|
||||
videoTab.frames[frame].host,
|
||||
videoTab.frames[frame].id != 0,
|
||||
videoTab.frames[frame].url != videoTab.url,
|
||||
(click) => {
|
||||
unselect(_video_settings_tab_items, 'tabitem-selected');
|
||||
click.target.classList.add('selected');
|
||||
|
Loading…
Reference in New Issue
Block a user