Skip to content

Commit

Permalink
Add missing JOB_REBUILD flag for queuing seektable rebuilds.
Browse files Browse the repository at this point in the history
  • Loading branch information
wagnerrp committed Mar 8, 2012
1 parent 7a5db2b commit e78a9ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mythtv/bindings/python/MythTV/static.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ class JOBFLAG( object ):
USE_CUTLIST = 0x0001
LIVE_REC = 0x0002
EXTERNAL = 0x0004
REBUILD = 0x0008

class JOBSTATUS( object ):
UNKNOWN = 0x0000
Expand Down

0 comments on commit e78a9ff

Please sign in to comment.