The current module is checked by default and needs to be changed.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

IvoryTierra’s picture

Patch to make the option to show an empty player false.

scnsht

travist’s picture

Status: Active » Needs work
+++ b/players/osmplayer/osmplayer.moduleundefined
@@ -447,8 +447,8 @@ function osmplayer_player_settings_form($preset) {
-    '#default_value' => $preset['settings']['showWhenEmpty']
-  );
+    '#default_value' => FALSE

This would not show the correct value if they check it and save, they will come back and it won't be set again. This needs to be done by changing the showWhenEmpty default in osmplayer_get_player_settings to TRUE.