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

Allow playlist modification date to be nullable #169

Merged

Conversation

Abestanis
Copy link
Collaborator

@Abestanis Abestanis commented Oct 19, 2024

Instead of falling back to the dateAdded, we now just allow the modification date of a playlist to be null. This is only really relevant during sorting, where we sort playlists with a null modification date towards the end (regardless whether we sort ascending or descending) (as discussed in #152 (comment)). Fixes #157.

@Abestanis Abestanis requested a review from nt4f04uNd October 19, 2024 12:58
@Abestanis Abestanis merged commit 7338e16 into nt4f04uNd:master Oct 19, 2024
4 checks passed
@Abestanis Abestanis deleted the feature/nullable_playlist_date_modified branch October 19, 2024 14:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Properly handle null values in Playlist.dateModified
2 participants