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; }