Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid unnecessary changes to the upload date of saved streams #3370

Merged
merged 1 commit into from
Apr 5, 2020

Conversation

mauriciocolli
Copy link
Contributor

What is it?

  • Bug fix
  • Feature
  • Improvement
  • Meta improvement to the project

Description of the changes in your PR

The upload date was being updated regardless if the new one had more precision or not, this caused items on the feed to jump around when the user opened one of them.

This changes it to only update when the existent upload date is null or the new one has a higher precision (i.e. is not an approximation).

The upload date was being updated regardless if the new one had more
precision or not, this caused items on the feed to jump around when the
user opened one of them.

This changes it to only update when the existent upload date is null or
the new one has a higher precision (i.e. is not an approximation).
@wb9688 wb9688 merged commit 5c8b9f6 into TeamNewPipe:dev Apr 5, 2020
@mauriciocolli mauriciocolli deleted the avoid-upload-date-update branch April 5, 2020 19:36
@mauriciocolli mauriciocolli added the feature request Issue is related to a feature in the app label Apr 5, 2020
This was referenced Apr 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Issue is related to a feature in the app
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants