aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common/Updates/InstallationEventArgs.cs
diff options
context:
space:
mode:
authordkanada <dkanada@users.noreply.github.com>2020-02-26 01:58:39 +0900
committerdkanada <dkanada@users.noreply.github.com>2020-02-26 01:58:39 +0900
commit974a04c12939068b23b62ee6ebb1e7fc2e830eec (patch)
treec14da5282ea5ff9c109b0e2467b7378fc9fb55b6 /MediaBrowser.Common/Updates/InstallationEventArgs.cs
parent557b165f01dbce29e575dc752b0833b454b45783 (diff)
update plugin classes for nightly builds
Diffstat (limited to 'MediaBrowser.Common/Updates/InstallationEventArgs.cs')
-rw-r--r--MediaBrowser.Common/Updates/InstallationEventArgs.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Common/Updates/InstallationEventArgs.cs b/MediaBrowser.Common/Updates/InstallationEventArgs.cs
index 8bbb231ce1..f459fd8256 100644
--- a/MediaBrowser.Common/Updates/InstallationEventArgs.cs
+++ b/MediaBrowser.Common/Updates/InstallationEventArgs.cs
@@ -9,6 +9,6 @@ namespace MediaBrowser.Common.Updates
{
public InstallationInfo InstallationInfo { get; set; }
- public PackageVersionInfo PackageVersionInfo { get; set; }
+ public VersionInfo VersionInfo { get; set; }
}
}