TolikPylypchuk / Cineaste

An app which keeps track of the movies and TV series you have watched or would like to watch.

Home Page:https://cineaste.tolik.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kind names must be unique on the UI

TolikPylypchuk opened this issue · comments

Currently SQLite enforces the UNIQUE constraint for kind names, but it's not enforced on the UI. Hence if the user saves a kind with the same name as another kind, the app crashes. The app just shouldn't let the user save settings.