mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 16:02:00 +02:00
Also seek to 0 for other repeat modes with 1 item playlists
This commit is contained in:
@@ -168,7 +168,7 @@ class ClapperPlaylistWidget extends Gtk.ListBox
|
|||||||
* or playlist with only one item */
|
* or playlist with only one item */
|
||||||
if(
|
if(
|
||||||
this.repeatMode === RepeatMode.TRACK
|
this.repeatMode === RepeatMode.TRACK
|
||||||
|| (this.repeatMode === RepeatMode.PLAYLIST
|
|| (this.repeatMode !== RepeatMode.NONE
|
||||||
&& this.activeRowId === 0
|
&& this.activeRowId === 0
|
||||||
&& !this.get_row_at_index(1))
|
&& !this.get_row_at_index(1))
|
||||||
) {
|
) {
|
||||||
|
Reference in New Issue
Block a user