We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebe0f34 commit c78dcd5Copy full SHA for c78dcd5
www/scripts/sepiaFW.client.controls.js
@@ -193,8 +193,8 @@ function sepiaFW_build_client_controls(){
193
SepiaFW.audio.stop(SepiaFW.audio.getMusicPlayer());
194
}
195
196
- //Embedded Player
197
- if (SepiaFW.ui.cards.allowWebPlayer || controlData.service.indexOf("_embedded") > 0){
+ //Embedded Player - TODO: check if service has web-player support
+ if (controlData.uri && (SepiaFW.ui.cards.allowWebPlayer || controlData.service.indexOf("_embedded") > 0)){
198
//just skip, cards will do the rest...
199
//YouTube
200
//if (controlData.service.indexOf("youtube") == 0){}
0 commit comments