// Removes any duplicates in our download folder. public async Task RemoveDuplicateSongsAsync() { m_AudioDownloader.RemoveDuplicateItems(); await Task.Delay(0); }