forked from hummypkg/sweeper
fix unset recording flag
This commit is contained in:
parent
64333df82e
commit
bf37608438
@ -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)
|
||||
|
@ -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
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user