From 836162c070a90b02fad400ffad8dfa8280f6bfef Mon Sep 17 00:00:00 2001 From: Markus <48181660+BackInBash@users.noreply.github.com> Date: Mon, 25 Nov 2019 20:56:33 +0100 Subject: [PATCH] Update Search.cs --- DeezerSync/DeezerSync.Core/Search.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DeezerSync/DeezerSync.Core/Search.cs b/DeezerSync/DeezerSync.Core/Search.cs index 21eeb40..123eff1 100644 --- a/DeezerSync/DeezerSync.Core/Search.cs +++ b/DeezerSync/DeezerSync.Core/Search.cs @@ -189,7 +189,7 @@ protected async Task AddSongToPlaylist(string id, List ids) private async Task SavePreparedData(List titles, StandardTitle searched, StandardTitle reported) { - await File.WriteAllTextAsync(@"../../../../../DataAnalytics/PreparedData/SearchResults/" + searched.id + "-" + System.Guid.NewGuid() + ".json", JsonConvert.SerializeObject(new DebugResult { Searching = searched, Results = titles, Reported = reported }, Formatting.Indented)); + //await File.WriteAllTextAsync(@"../../../../../DataAnalytics/PreparedData/SearchResults/" + searched.id + "-" + System.Guid.NewGuid() + ".json", JsonConvert.SerializeObject(new DebugResult { Searching = searched, Results = titles, Reported = reported }, Formatting.Indented)); } /// @@ -246,7 +246,7 @@ public async Task search(List results, StandardTitle Search /* * DeezerSync Result Search Filter * Results 722 songs out of 1593 - * False positives < 30 + * False positives > 30 */ //Artist if (!string.IsNullOrEmpty(result.artist))