Esempio n. 1
0
        public static void WriteToJsonFile(Dictionary <string, string> songsToAdd)
        {
            var currentList = ReadFile();

            Song.AddSongsToList(currentList, songsToAdd);
            UpdateFile(currentList);
        }