Refresh queue when item playback position is reset
This commit is contained in:
parent
d487949a36
commit
c108fb0ef2
|
@ -68,6 +68,7 @@ public class QueueFragment extends Fragment {
|
|||
public static final String TAG = "QueueFragment";
|
||||
|
||||
private static final int EVENTS = EventDistributor.DOWNLOAD_HANDLED |
|
||||
EventDistributor.UNREAD_ITEMS_UPDATE | // sent when playback position is reset
|
||||
EventDistributor.PLAYER_STATUS_UPDATE;
|
||||
|
||||
private TextView infoBar;
|
||||
|
|
Loading…
Reference in New Issue