Update Plugin.cs

This commit is contained in:
dkanada 2019-03-11 12:03:25 +09:00 committed by GitHub
parent b40643a877
commit 5563ce5ca5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ namespace Jellyfin.Plugin.Template
new PluginPageInfo
{
Name = this.Name,
EmbeddedResourcePath = string.Format("Jellyfin.Plugin.{0}.Configuration.configPage.html", this.Name)
EmbeddedResourcePath = string.Format("{0}.Configuration.configPage.html", GetType().Namespace)
}
};
}