forked from hummypkg/sweeper
fix flag actions
This commit is contained in:
parent
4535f7bc7b
commit
ee36fed9dc
@ -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)
|
||||
|
@ -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
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user