diff --git a/couchpotato/core/settings/model.py b/couchpotato/core/settings/model.py index 7c4510c4..64b13096 100644 --- a/couchpotato/core/settings/model.py +++ b/couchpotato/core/settings/model.py @@ -63,6 +63,7 @@ class LibraryTitle(Entity): using_options(order_by = '-default') title = Field(Unicode) + simple_title = Field(Unicode) default = Field(Boolean) language = OneToMany('Language')