Skip to content

Commit

Permalink
Merge pull request #1 from rui2015/main
Browse files Browse the repository at this point in the history
thx for pointing it out
  • Loading branch information
ComputerElite authored Jan 25, 2021
2 parents bb07188 + 881aac8 commit a046435
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ static void Main(string[] args)
{
hash = tryhash.Substring(tryhash.IndexOf("hash") + 5, 40);
} catch { }
err = "Cover asset art failed to load. Potientioal Song hash " + hash + " at line " + i;
err = "Cover asset art failed to load. Potiential Song hash " + hash + " at line " + i;
if (!weirderror.Contains(hash)) weirderror.Add(hash);
if (!found.Contains(err))
{
Expand Down Expand Up @@ -135,7 +135,7 @@ static void Main(string[] args)

if (cover.Count != 0)
{
Console.WriteLine("\nUnsopported Cover formats (delete those songs):");
Console.WriteLine("\nUnsupported Cover formats (delete those songs):");
foreach (String c in cover)
{
Console.WriteLine(" - " + c);
Expand Down Expand Up @@ -189,4 +189,4 @@ public static string ReadWord(this StringReader reader)

return result; // Return the characters without the space
}
}
}

0 comments on commit a046435

Please sign in to comment.