diff -r bb8237ca678d -r 74edc873234f scripts/ajax.js --- 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); }