forked from hummypkg/sweeper
fix flag actions
This commit is contained in:
parent
4535f7bc7b
commit
ee36fed9dc
@ -1,7 +1,7 @@
|
|||||||
Package: sweeper
|
Package: sweeper
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Section: misc
|
Section: misc
|
||||||
Version: 2.1.5-4
|
Version: 2.1.5-5
|
||||||
Architecture: mipsel
|
Architecture: mipsel
|
||||||
Maintainer: af123@hummypkg.org.uk
|
Maintainer: af123@hummypkg.org.uk
|
||||||
Depends: webif(>=1.4.0)
|
Depends: webif(>=1.4.0)
|
||||||
|
@ -344,14 +344,13 @@ var schema = {
|
|||||||
argtype: 'select',
|
argtype: 'select',
|
||||||
desc: 'Set recording flag...',
|
desc: 'Set recording flag...',
|
||||||
select: {
|
select: {
|
||||||
Locked: 'Locked',
|
lock: 'Locked',
|
||||||
New: 'New',
|
new: 'New',
|
||||||
Encrypted: 'Encrypted',
|
protect: 'Encrypted',
|
||||||
Guidance: 'Guidance',
|
guidance: 'Guidance',
|
||||||
ODEncrypted: 'Encrypted On-Disk',
|
encrypted: 'Encrypted On-Disk',
|
||||||
Shrunk: 'Shrunk',
|
shrunk: 'Shrunk',
|
||||||
Deduped: 'De-duplicated',
|
dedup: 'De-duplicated'
|
||||||
Radio: 'Radio Programme'
|
|
||||||
},
|
},
|
||||||
continues: true
|
continues: true
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user