Ticket #801 (closed bug: fixed)

Opened 4 months ago

Last modified 4 months ago

Listen doesn't skip to the next song

Reported by: chromatic6 Owned by: theli
Priority: major Milestone: 0.6
Component: Core Version: trunk
Keywords: Cc:

Description

Sometimes when I click on the forward button listen don't go to the next song and stay on the one currently played.

Traceback (most recent call last):

File "/home/jay/abs/listen/trunk/src/widget/player_ui.py", line 149, in control

self.update_skipcount(Player.song)

File "/home/jay/abs/listen/trunk/src/widget/player_ui.py", line 195, in update_skipcount

ListenDB.set_property(s,{"#skipcount":self.get("#skipcount")+1})

Change History

Changed 4 months ago by theli

Traceback is not complete ?

Changed 4 months ago by theli

  • owner set to theli
  • status changed from new to assigned

I have reproduce the bug, sorry

Changed 4 months ago by theli

  • status changed from assigned to closed
  • resolution set to fixed

(In [930]) fixes #801

Note: See TracTickets for help on using tickets.