Removed potentially misleading comment

This commit is contained in:
Jonas Kalderstam 2019-10-06 10:06:11 +02:00
parent cab40dc466
commit 138c29df0f
1 changed files with 0 additions and 1 deletions

View File

@ -959,7 +959,6 @@ public class PlaybackService extends MediaBrowserServiceCompat {
*/ */
private void onPostPlayback(final Playable playable, boolean ended, boolean skipped, private void onPostPlayback(final Playable playable, boolean ended, boolean skipped,
boolean playingNext) { boolean playingNext) {
// Reset the temporary playback speed because it only referred to the last playable
PlaybackPreferences.clearCurrentlyPlayingTemporaryPlaybackSpeed(); PlaybackPreferences.clearCurrentlyPlayingTemporaryPlaybackSpeed();
if (playable == null) { if (playable == null) {
Log.e(TAG, "Cannot do post-playback processing: media was null"); Log.e(TAG, "Cannot do post-playback processing: media was null");