Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
It is allowed to mount series in Tobira without providing a name in the UI. That makes sense since that is always overridden by the series name (after storing it in the DB). But leaving out the name would lead to a DB error before its overridden, since an empty string was passed and rust doesn't infer that as `null` (in which case it would be overridden like it should). Passing `null` instead of an empty string fixes this.
- Loading branch information