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

View File

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