Skip to content

Commit

Permalink
possible bugfix for seekto
Browse files Browse the repository at this point in the history
  • Loading branch information
DonDavici committed Dec 14, 2014
1 parent a04b1e0 commit 423e658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def gotThreadMsg(msg):
global_session.current_dialog.seekBack()

elif command == "seekTo":
offset = int(data["offset"]) / 1000
offset = int(data["offset"]) * 90000
global_session.current_dialog.doSeek(offset)

elif command == "setVolume":
Expand Down

0 comments on commit 423e658

Please sign in to comment.