From ee36fed9dc9ea0621cde9a52a5ec0383f52c560e Mon Sep 17 00:00:00 2001 From: hummypkg Date: Mon, 13 Feb 2017 19:35:12 +0000 Subject: [PATCH] fix flag actions --- CONTROL/control | 2 +- webif/plugin/sweeper/schema.js | 15 +++++++-------- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/CONTROL/control b/CONTROL/control index 8522772..cc924f0 100644 --- a/CONTROL/control +++ b/CONTROL/control @@ -1,7 +1,7 @@ Package: sweeper Priority: optional Section: misc -Version: 2.1.5-4 +Version: 2.1.5-5 Architecture: mipsel Maintainer: af123@hummypkg.org.uk Depends: webif(>=1.4.0) diff --git a/webif/plugin/sweeper/schema.js b/webif/plugin/sweeper/schema.js index 01ab50e..127fef8 100644 --- a/webif/plugin/sweeper/schema.js +++ b/webif/plugin/sweeper/schema.js @@ -344,14 +344,13 @@ var schema = { argtype: 'select', desc: 'Set recording flag...', select: { - Locked: 'Locked', - New: 'New', - Encrypted: 'Encrypted', - Guidance: 'Guidance', - ODEncrypted: 'Encrypted On-Disk', - Shrunk: 'Shrunk', - Deduped: 'De-duplicated', - Radio: 'Radio Programme' + lock: 'Locked', + new: 'New', + protect: 'Encrypted', + guidance: 'Guidance', + encrypted: 'Encrypted On-Disk', + shrunk: 'Shrunk', + dedup: 'De-duplicated' }, continues: true },