Add MediaPlayer to this file

This commit is contained in:
Dyras 2021-03-27 12:47:12 +01:00 committed by GitHub
parent bcaf6202c6
commit fba494e807
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -817,6 +817,7 @@ void CThirdPartyDialog::CollectTemplates()
ini.GetTemplateNames(L"Download", names);
ini.GetTemplateNames(L"Misc", names);
ini.GetTemplateNames(L"WebBrowser", names);
ini.GetTemplateNames(L"MediaPlayer", names);
ini.GetTemplateNames(L"TorrentClient", names);
m_templates.RemoveAll();