kwill1429 / pandora-musicbox

Automatically exported from code.google.com/p/pandora-musicbox
0 stars 0 forks source link

engine: rating a song always result in a "hate" #43

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
hi,

i've been playing around with your pandora engine and i found a bug where a 
feedback/rating for a song always results in a thumbs down/hate due to a 
missing line of code.

file: "\Engine\Requests\AddFeedbackRequest.cs"
line: "47"

missing code: "this.IsPositive = positive;"

just wanted to inform you so the code gets updated :-)
awesome API wrapper though. i love it. keep up the great work!

Original issue reported on code.google.com by djniteha...@gmail.com on 14 Mar 2014 at 12:46

GoogleCodeExporter commented 9 years ago
also found another slight issue with proxy not being used on song rating.

file: "\Engine\MusicBox.cs"
line: "193"

existing code: "pandora.RateSong(Session, CurrentStation, song, rating)"
fixed code: "pandora.RateSong(Session, CurrentStation, song, rating,Proxy);"

Original comment by djniteha...@gmail.com on 14 Mar 2014 at 4:07