Refactor thumbnail handlers into provider classes

This commit is contained in:
ema
2025-08-02 23:58:55 +08:00
parent e342cd0851
commit fbfd2484df
11 changed files with 470 additions and 170 deletions

View File

@@ -47,8 +47,6 @@ public class Plugin : IViewer
public void Init()
{
Handler.Providers.Add(new KeyValuePair<string[], Type>(
[".pdn"], typeof(PdnProvider)));
}
public bool CanHandle(string path)