diff options
Diffstat (limited to 'MediaBrowser.Common/Plugins/PluginManifest.cs')
| -rw-r--r-- | MediaBrowser.Common/Plugins/PluginManifest.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Common/Plugins/PluginManifest.cs b/MediaBrowser.Common/Plugins/PluginManifest.cs index 39ee450a6..755ccafda 100644 --- a/MediaBrowser.Common/Plugins/PluginManifest.cs +++ b/MediaBrowser.Common/Plugins/PluginManifest.cs @@ -80,6 +80,6 @@ namespace MediaBrowser.Common.Plugins /// Gets or sets a value indicating whether this plugin has an image. /// Image must be located in the local plugin folder. /// </summary> - public string? ImageUrl { get; set; } + public string? ImagePath { get; set; } } } |
