fix unset recording flag

This commit is contained in:
hummypkg 2017-05-27 09:50:40 +00:00
parent 64333df82e
commit bf37608438
2 changed files with 11 additions and 10 deletions

View File

@ -1,7 +1,7 @@
Package: sweeper Package: sweeper
Priority: optional Priority: optional
Section: misc Section: misc
Version: 2.1.5-7 Version: 2.1.5-8
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

@ -350,7 +350,8 @@ var schema = {
guidance: 'Guidance', guidance: 'Guidance',
encrypted: 'Encrypted', encrypted: 'Encrypted',
shrunk: 'Shrunk', shrunk: 'Shrunk',
dedup: 'De-duplicated' dedup: 'De-duplicated',
radio: 'Radio Programme'
}, },
continues: true continues: true
}, },
@ -359,14 +360,14 @@ var schema = {
argtype: 'select', argtype: 'select',
desc: 'Unset recording flag...', desc: 'Unset recording flag...',
select: { select: {
Locked: 'Locked', lock: 'Locked',
New: 'New', new: 'New',
Encrypted: 'Protected (Enc)', protect: 'Protected (Enc)',
Guidance: 'Guidance', guidance: 'Guidance',
ODEncrypted: 'Encrypted', encrypted: 'Encrypted',
Shrunk: 'Shrunk', shrunk: 'Shrunk',
Deduped: 'De-duplicated', dedup: 'De-duplicated',
Radio: 'Radio Programme' radio: 'Radio Programme'
}, },
continues: true continues: true
}, },