Skip to content

Commit c4f0f67

Browse files
committed
Another static definition fix.
1 parent 6c00548 commit c4f0f67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mythtv/bindings/python/MythTV/static.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ class JOBSTATUS( object ):
141141
PAUSED = 0x0006
142142
RETRY = 0x0007
143143
ERRORING = 0x0008
144-
ABORTING = 0x0008
144+
ABORTING = 0x0009
145145
DONE = 0x0100
146146
FINISHED = 0x0110
147147
ABORTED = 0x0120

0 commit comments

Comments
 (0)