diff options
Diffstat (limited to 'macosx/HBJob.h')
-rw-r--r-- | macosx/HBJob.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBJob.h b/macosx/HBJob.h index d7e4f14c7..26a004f95 100644 --- a/macosx/HBJob.h +++ b/macosx/HBJob.h @@ -49,7 +49,7 @@ typedef NS_ENUM(NSUInteger, HBJobState){ @property (nonatomic, readwrite, assign) HBTitle *title; @property (nonatomic, readonly) int titleIdx; -@property (nonatomic, readwrite) int pidId; +@property (nonatomic, readonly) NSString *uuid; /** * The file URL of the source. |