Fixed a typo, thanks to jvitkauskas
This commit is contained in:
parent
bc09d74228
commit
2fad648743
@ -53,7 +53,7 @@ namespace NadekoBot.Modules.Music.Classes
|
||||
private Logger _log;
|
||||
|
||||
public int SkipTo {
|
||||
get { return SkipTo; }
|
||||
get { return skipTo; }
|
||||
set {
|
||||
skipTo = value;
|
||||
bytesSent = (ulong)skipTo * 3840 * 50;
|
||||
|
Loading…
Reference in New Issue
Block a user