Exemple #1
0
 public void ReadRequest()
 {
     try {
         RequestSongs.Clear();
         RequestSongs.AddRange(this.Read(requestsPath));
     }
     catch (Exception e) {
         Logger.Debug($"{e}");
         this._chatManager.QueueChatMessage("There was an error reading the request queue.");
     }
 }