leepeuker / movary

Self hosted web app to track and rate your watched movies
MIT License
388 stars 14 forks source link

Make the watch date optional #556

Closed JVT038 closed 8 months ago

JVT038 commented 8 months ago

Description

I have watched some movies, but I don't know when I watched it.

Desired Behavior

I would like to add a checkbox, which disables the watch date input. If the watch date is disabled, the recorded play will be shown in the UI with a watch date of 'unknown' (or something like that)

Additional Context

No response

leepeuker commented 8 months ago

Hm, I think we have this already?

image

image

leepeuker commented 8 months ago

Oh but during testing it I notices that setting watch date to empty is broken with sqlite, I will fix this

Edit: nvm, this was a local issue in my dev setup

JVT038 commented 8 months ago

Really? Well, in that case the issue can be closed lol; I didn't know it was already implemented

leepeuker commented 8 months ago

Was part of this release: https://github.com/leepeuker/movary/releases/tag/0.58.0