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
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)

View File

@ -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
},