From fa98da2edf6c74e55d1fea9123c89aebdcdb1272 Mon Sep 17 00:00:00 2001 From: Ruud Date: Sun, 22 Jan 2012 23:35:08 +0100 Subject: [PATCH] Add simplified title to library title --- couchpotato/core/settings/model.py | 1 + 1 file changed, 1 insertion(+) 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')