Merge pull request #4 from dkanada/patch-1

Update Plugin.cs
This commit is contained in:
LogicalPhallacy 2019-03-12 22:53:41 -07:00 committed by GitHub
commit 7c171dcd67
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)
}
};
}