Removed unnecessary comment
This commit is contained in:
parent
9539908f23
commit
cab40dc466
@ -469,7 +469,6 @@ public class PodDBAdapter {
|
||||
ContentValues values = new ContentValues();
|
||||
values.put(KEY_PLAYBACK_COMPLETION_DATE, media.getPlaybackCompletionDate().getTime());
|
||||
values.put(KEY_PLAYED_DURATION, media.getPlayedDuration());
|
||||
// Also reset stored playback speed for media
|
||||
db.update(TABLE_NAME_FEED_MEDIA, values, KEY_ID + "=?",
|
||||
new String[]{String.valueOf(media.getId())});
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user