Addressed the unsecure login HTTP endpoint and user the Performers property instead of the deprecated Artists property from the TagLib library. #38

This commit is contained in:
amazing-username
2019-05-11 16:42:29 -04:00
parent c0ac3cdd30
commit 9bfb43e46a
13 changed files with 267 additions and 60 deletions
+2 -2
View File
@@ -2,14 +2,14 @@ using System;
using System.Collections.Generic;
using MySql.Data.MySqlClient;
using NLog;
//using NLog;
namespace Icarus.Models.Context
{
public class MusicStoreContext : BaseStoreContext
{
#region Fields
private static Logger _logger = NLog.LogManager.GetCurrentClassLogger();
//private static Logger _logger = NLog.LogManager.GetCurrentClassLogger();
#endregion