Merged branch 71 into master

This commit is contained in:
Master Kwoth 2016-02-05 16:03:40 +01:00
commit 95cc71b787

View File

@ -15,7 +15,7 @@ namespace NadekoBot.Classes.Music {
public bool Pause = false; public bool Pause = false;
public List<StreamRequest> SongQueue = new List<StreamRequest>(); public List<StreamRequest> SongQueue = new List<StreamRequest>();
public StreamRequest CurrentSong = null; public StreamRequest CurrentSong = null;
public float Volume { get; set; } = 1.0f; public float Volume { get; set; } = .5f;
public bool IsPaused { get; internal set; } = false; public bool IsPaused { get; internal set; } = false;
public bool Stopped { get; private set; } public bool Stopped { get; private set; }