Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
y20k committed Oct 17, 2017
1 parent 851704d commit 0128e7c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/main/java/org/y20k/transistor/PlayerService.java
Original file line number Diff line number Diff line change
Expand Up @@ -902,11 +902,13 @@ public void onPlayFromSearch(String query, Bundle extras) {

@Override
public void onSkipToNext() {
super.onSkipToNext();
// handle requests to skip to the next media item // todo implement
}

@Override
public void onSkipToPrevious() {
super.onSkipToPrevious();
// handle requests to skip to the previous media item // todo implement
}

Expand Down

0 comments on commit 0128e7c

Please sign in to comment.