mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-06 14:22:55 +01:00
Add GPL modules
This commit is contained in:
11
MediaBrowser.Common/Updates/InstallationEventArgs.cs
Normal file
11
MediaBrowser.Common/Updates/InstallationEventArgs.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using MediaBrowser.Model.Updates;
|
||||
|
||||
namespace MediaBrowser.Common.Updates
|
||||
{
|
||||
public class InstallationEventArgs
|
||||
{
|
||||
public InstallationInfo InstallationInfo { get; set; }
|
||||
|
||||
public PackageVersionInfo PackageVersionInfo { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user