Skip to content

Commit

Permalink
fixed bad track issue
Browse files Browse the repository at this point in the history
  • Loading branch information
plamere committed Oct 16, 2017
1 parent ac8d339 commit 0d59a01
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/plugs.py
Original file line number Diff line number Diff line change
Expand Up @@ -1282,7 +1282,8 @@ def next_track(self):
self.buffer.append(track['id'])
spotify_plugs._add_track(self.name, track)
else:
raise pbl.engine.PBLException(self, 'bad track')
continue
#raise pbl.engine.PBLException(self, 'bad track')
offset += limit
total = results['total']
# print self.name, len(self.buffer), offset, total
Expand Down

0 comments on commit 0d59a01

Please sign in to comment.