Build: Removing the need of symlink, cleaning up plugin enable state and fixing main logger

This commit is contained in:
Zoe Roux
2021-09-01 17:29:52 +02:00
parent 87244df497
commit 186a2d15ca
9 changed files with 100 additions and 63 deletions
-9
View File
@@ -93,14 +93,5 @@ namespace Kyoo.Abstractions.Controllers
{
// Skipped
}
/// <summary>
/// An optional callback function called when the startups ends and this plugin has been flagged has disabled.
/// It allow a plugin to log an error or warning message to inform why it has been disabled.
/// </summary>
void Disabled()
{
// Skipped
}
}
}