fix: .xpexclude should will now work with forums too. If you exclude a forum you won't be able to gain xp in any of the threads.

This commit is contained in:
Kwoth
2024-06-13 20:52:40 +00:00
parent ef4b1c8868
commit 30f3ae1ade
3 changed files with 10 additions and 5 deletions

View File

@@ -53,7 +53,7 @@ public class YtdlOperation
}
catch (Win32Exception)
{
Log.Error("youtube-dl is likely not installed. " + "Please install it before running the command again");
Log.Error("youtube-dl is likely not installed. Please install it before running the command again");
return default;
}
catch (Exception ex)