models: Add MediaCollection.pinned property

master
Felix Stupp 3 years ago
parent 87b4fb03ea
commit 39d8c4f535
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -448,6 +448,7 @@ class MediaCollection(db.Entity, Tagable):
keep_updated: bool = orm.Required(bool, default=False)
watch_in_order_auto: bool = orm.Required(bool, default=True)
pinned: bool = orm.Required(bool, default=False)
ignored: bool = orm.Required(bool, default=False)
watch_in_order: bool = orm.Required(bool, default=True)

Loading…
Cancel
Save