Skip to content

Commit 39b4f39

Browse files
committed
enable YouTube controls in passive mode when cmd was "search" not "play"
1 parent e40e5d9 commit 39b4f39

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

www/scripts/sepiaFW.ui.cards.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1127,6 +1127,9 @@ function sepiaFW_build_ui_cards(){
11271127
//add controls only
11281128
addYouTubeControls(f, false);
11291129
}
1130+
}else{
1131+
//add controls only
1132+
addYouTubeControls(f, false);
11301133
}
11311134
if (linkUrl.indexOf("/embed") < 0){
11321135
//convert e.g.: https://www.youtube.com/results?search_query=purple+haze%2C+jimi+hendrix

0 commit comments

Comments
 (0)