#83 closed defect (fixed)
imdb post processor adds empty star-rating filed
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.0 |
Component: | Shepherd | Version: | 1.x |
Keywords: | xaSHVHqkADtBRMXHPv | Cc: |
Description
the imdb post processor adds an empty star-rating field.
the fix is to change line 1042 to
$prog->{'star-rating'} = [ $rating ];
the extra empty [] added the null field. I can do a patch but its pretty easy to fix
mark spieth
Change History (2)
comment:1 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 13 years ago by
Keywords: | xaSHVHqkADtBRMXHPv added |
---|---|
Milestone: | → 1.0 |
Note: See
TracTickets for help on using
tickets.
in [1018]