From eec21c6ea4e195a9c24577da8b4f54b6b5d1e039 Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Mon, 5 Sep 2016 19:28:43 -0500 Subject: [PATCH] updated case Signed-off-by: Matt Bruce --- FirebaseKaraoke/FirebaseController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FirebaseKaraoke/FirebaseController.cs b/FirebaseKaraoke/FirebaseController.cs index 7e748ec..9429ba0 100644 --- a/FirebaseKaraoke/FirebaseController.cs +++ b/FirebaseKaraoke/FirebaseController.cs @@ -41,7 +41,7 @@ namespace KaraokePlayer.Classes } 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; }