--- video.module   2007-06-20 19:08:14.000000000 +0000
+++ video.module        2007-06-20 18:44:27.000000000 +0000
@@ -975,7 +975,7 @@ function theme_video_player($node) {
       return theme('video_play_googlevideo', $node);
     default:
       drupal_set_message('Video type not supported', 'error');
-      drupal_goto("node/$node->nid");
+      // drupal_goto("node/$node->nid");
       break;
   }
 }

