Skip to content

Commit

Permalink
Merge pull request #452 from brotherlogic/simp
Browse files Browse the repository at this point in the history
Flips the script around
  • Loading branch information
brotherlogic committed Sep 11, 2019
2 parents 5dfac2e + 62d79ec commit 71b98b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cdprocessor.go
Original file line number Diff line number Diff line change
Expand Up @@ -311,8 +311,8 @@ func (s *Server) GetState() []*pbg.State {
&pbg.State{Key: "run_link_progress", Value: s.count},
&pbg.State{Key: "run_link_total", Value: int64(len(s.rips))},
&pbg.State{Key: "adjust", Value: int64(s.adjust)},
&pbg.State{Key: "mp3rips", Value: s.ripCount},
&pbg.State{Key: "flacrips", Value: s.flacCount},
&pbg.State{Key: "mp3rips", Value: s.ripCount},
}
}

Expand Down

0 comments on commit 71b98b9

Please sign in to comment.