Fixed issue where Genre records were not being retrieved and added scope permissions for Genre and Year endpoints

This commit is contained in:
amazing-username
2019-06-16 15:17:39 +00:00
parent e1614adfad
commit 59d3d47df7
5 changed files with 16 additions and 9 deletions
@@ -23,7 +23,6 @@ namespace Icarus.Controllers.V1
{
#region Fields
private IConfiguration _config;
private SongManager _songMgr;
private string _songTempDir;
private string _archiveDir;
#endregion