remove confusing comments on RemotePSMP

This commit is contained in:
domingos86 2016-04-29 18:08:11 -04:00
parent 358ad6484a
commit 600b41cc16
1 changed files with 1 additions and 7 deletions

View File

@ -560,13 +560,7 @@ public class RemotePSMP extends PlaybackServiceMediaPlayer {
} catch (TransientNetworkDisconnectionException | NoConnectionException e) {
Log.e(TAG, "Could not determine if media is playing", e);
}
// if (wasSkipped) {
// try {
// castMgr.stop();
// } catch (CastException | TransientNetworkDisconnectionException | NoConnectionException e) {
// Log.e(TAG, "Could not stop remote playback when skipping", e);
// }
// }
// TODO make sure we stop playback whenever there's no next episode.
if (playerStatus != PlayerStatus.INDETERMINATE) {
setPlayerStatus(PlayerStatus.INDETERMINATE, media);
}