diff --git a/FirebaseKaraoke/FirebaseController.cs b/FirebaseKaraoke/FirebaseController.cs index 33b2a30..e7b7242 100644 --- a/FirebaseKaraoke/FirebaseController.cs +++ b/FirebaseKaraoke/FirebaseController.cs @@ -39,10 +39,6 @@ namespace KaraokePlayer.Classes { get { return string.Format("controllers/{0}/player/queue/0/", this.Id); } } - private string MostPlayedPath - { - get { return string.Format("controllers/{0}/mostplayed/", this.Id); } - } public string Id { get; set; } public Song CurrentSong { get; set; }