Title: disable repeat
Last modified: April 4, 2019

---

# disable repeat

 *  Resolved [tontonmen](https://wordpress.org/support/users/tontonmen/)
 * (@tontonmen)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/disable-repeat/)
 * repeat button is selected by default, as another user said : the first track 
   play continuously instead of playing through the playlist
    but this has not been
   fixed ?

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Thread Starter [tontonmen](https://wordpress.org/support/users/tontonmen/)
 * (@tontonmen)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/disable-repeat/#post-11399961)
 * Hi,
 * To disable repeat by default on playlists, I ended up adding the following code
   on the page where the player is loaded. It simulates click on repeat button to
   disable repeat.
 *     ```
       <script type="text/javascript">
       	(function($) {
           $("document").ready(function() {
           setTimeout(function() {
               $("button.jp-repeat").trigger('click');
           },10);
       });
       })(jQuery);
       </script>
       ```
   
 *  [anoopranawat](https://wordpress.org/support/users/anoopranawat/)
 * (@anoopranawat)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/disable-repeat/#post-11406457)
 * Hello
 * Thanks for reaching here.
    We will check the issue and get back to you soon.
 * Thanks

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘disable repeat’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/audio-player-with-playlist-ultimate_e6e4d1.
   svg)
 * [Audio Player with Playlist Ultimate](https://wordpress.org/plugins/audio-player-with-playlist-ultimate/)
 * [Support Threads](https://wordpress.org/support/plugin/audio-player-with-playlist-ultimate/)
 * [Active Topics](https://wordpress.org/support/plugin/audio-player-with-playlist-ultimate/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/audio-player-with-playlist-ultimate/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/audio-player-with-playlist-ultimate/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [anoopranawat](https://wordpress.org/support/users/anoopranawat/)
 * Last activity: [7 years, 2 months ago](https://wordpress.org/support/topic/disable-repeat/#post-11406457)
 * Status: resolved