fix flag actions

This commit is contained in:
hummypkg 2017-02-13 19:35:12 +00:00
parent 4535f7bc7b
commit ee36fed9dc
2 changed files with 8 additions and 9 deletions

View File

@ -1,7 +1,7 @@
Package: sweeper Package: sweeper
Priority: optional Priority: optional
Section: misc Section: misc
Version: 2.1.5-4 Version: 2.1.5-5
Architecture: mipsel Architecture: mipsel
Maintainer: af123@hummypkg.org.uk Maintainer: af123@hummypkg.org.uk
Depends: webif(>=1.4.0) Depends: webif(>=1.4.0)

View File

@ -344,14 +344,13 @@ var schema = {
argtype: 'select', argtype: 'select',
desc: 'Set recording flag...', desc: 'Set recording flag...',
select: { select: {
Locked: 'Locked', lock: 'Locked',
New: 'New', new: 'New',
Encrypted: 'Encrypted', protect: 'Encrypted',
Guidance: 'Guidance', guidance: 'Guidance',
ODEncrypted: 'Encrypted On-Disk', encrypted: 'Encrypted On-Disk',
Shrunk: 'Shrunk', shrunk: 'Shrunk',
Deduped: 'De-duplicated', dedup: 'De-duplicated'
Radio: 'Radio Programme'
}, },
continues: true continues: true
}, },