diff --git a/CONTROL/control b/CONTROL/control index 5398374..b8214db 100644 --- a/CONTROL/control +++ b/CONTROL/control @@ -1,7 +1,7 @@ Package: sweeper Priority: optional Section: misc -Version: 2.1.5-7 +Version: 2.1.5-8 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 87b1904..4e0357e 100644 --- a/webif/plugin/sweeper/schema.js +++ b/webif/plugin/sweeper/schema.js @@ -350,7 +350,8 @@ var schema = { guidance: 'Guidance', encrypted: 'Encrypted', shrunk: 'Shrunk', - dedup: 'De-duplicated' + dedup: 'De-duplicated', + radio: 'Radio Programme' }, continues: true }, @@ -359,14 +360,14 @@ var schema = { argtype: 'select', desc: 'Unset recording flag...', select: { - Locked: 'Locked', - New: 'New', - Encrypted: 'Protected (Enc)', - Guidance: 'Guidance', - ODEncrypted: 'Encrypted', - Shrunk: 'Shrunk', - Deduped: 'De-duplicated', - Radio: 'Radio Programme' + lock: 'Locked', + new: 'New', + protect: 'Protected (Enc)', + guidance: 'Guidance', + encrypted: 'Encrypted', + shrunk: 'Shrunk', + dedup: 'De-duplicated', + radio: 'Radio Programme' }, continues: true },