updated case

Signed-off-by: Matt Bruce <mbrucedogs@gmail.com>
This commit is contained in:
Matt Bruce 2016-09-05 19:28:43 -05:00
parent e2d1859a8f
commit eec21c6ea4

View File

@ -41,7 +41,7 @@ namespace KaraokePlayer.Classes
} }
private string MostPlayedPath private string MostPlayedPath
{ {
get { return string.Format("controllers/{0}/mostPlayed/", this.Id); } get { return string.Format("controllers/{0}/mostplayed/", this.Id); }
} }
public string Id { get; set; } public string Id { get; set; }