scripts/ajax.js
changeset 21 74edc873234f
parent 18 69af47034212
child 22 3a4f0cd0794e
--- a/scripts/ajax.js	Fri Apr 25 14:56:52 2008 -0400
+++ b/scripts/ajax.js	Mon Jun 30 12:36:13 2008 -0400
@@ -187,7 +187,7 @@
         updateTitle(response.current_track_artist, response.current_track_album, response.current_track_title);
         
         // if not playing, set the position slider to zero
-        if ( !is_playing )
+        if ( !is_playing && !response.is_paused )
         {
           posslide_set_position(0);
         }